From cd5b0819762aa4a1cb72d29ab7b8c3ac65bbad76 Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Mon, 18 Jun 2018 17:30:31 +0530 Subject: use format string --- js/MatrixOp/MATINV.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/MatrixOp/MATINV.js') diff --git a/js/MatrixOp/MATINV.js b/js/MatrixOp/MATINV.js index 47933715..55edb2cb 100644 --- a/js/MatrixOp/MATINV.js +++ b/js/MatrixOp/MATINV.js @@ -39,7 +39,7 @@ label[9-1]=[]; while (true) { [ok,typ,exprs]=scicos_getvalue("Set MATINV Block",["Datatype(1=real double 2=Complex)"],list("vec",1),label); if (!ok) { -break +break; } if ((typ==1)) { function_name="mat_inv"; @@ -64,7 +64,7 @@ graphics.exprs=label; arg1.graphics=graphics; arg1.model=model; x=arg1; -break +break; } } } -- cgit