diff options
Diffstat (limited to 'js/Sources/CONST_f.js')
-rw-r--r-- | js/Sources/CONST_f.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/Sources/CONST_f.js b/js/Sources/CONST_f.js index bba535ca..ade7e3f2 100644 --- a/js/Sources/CONST_f.js +++ b/js/Sources/CONST_f.js @@ -25,7 +25,7 @@ model=arg1.model; while (true) { [ok,C,exprs]=scicos_getvalue(["Set Contant Block"],"Constant",list("vec",-1),exprs); if (!ok) { -break +break; } nout=size(C,"*"); if (nout==0) { @@ -36,7 +36,7 @@ model.out=nout; graphics.exprs=exprs; x.graphics=graphics; x.model=model; -break +break; } } } |