diff options
Diffstat (limited to 'js/MatrixOp/MATCATH.js')
-rw-r--r-- | js/MatrixOp/MATCATH.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/MatrixOp/MATCATH.js b/js/MatrixOp/MATCATH.js index 5fbebc9e..28f4e1eb 100644 --- a/js/MatrixOp/MATCATH.js +++ b/js/MatrixOp/MATCATH.js @@ -39,7 +39,7 @@ label="size(evstr("+label(2)+"),\'*\')"; while (true) { [ok,nin,lab]=scicos_getvalue("Set MATCATH block parameters",["Number of input"],list("vec",1),label); if (!ok) { -break +break; } label=lab; in1=[-1*(ones(nin,1)),-(transpose([2:nin+1]))]; @@ -54,7 +54,7 @@ graphics.exprs=label; arg1.graphics=graphics; arg1.model=model; x=arg1; -break +break; } } } |