diff options
Diffstat (limited to 'js/MatrixOp/MATINV.js')
-rw-r--r-- | js/MatrixOp/MATINV.js | 4 |
1 files changed, 2 insertions, 2 deletions
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; } } } |