diff options
Diffstat (limited to 'js/Threshold/ZCROSS_f.js')
-rw-r--r-- | js/Threshold/ZCROSS_f.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/Threshold/ZCROSS_f.js b/js/Threshold/ZCROSS_f.js index 3cc17199..fa17ce78 100644 --- a/js/Threshold/ZCROSS_f.js +++ b/js/Threshold/ZCROSS_f.js @@ -28,7 +28,7 @@ model=arg1.model; while (true) { [ok,in1,exprs]=scicos_getvalue(["Set Zero-Crossing parameters","All surfaces must cross together"],"Input size",list("vec",1),exprs); if (!ok) { -break +break; } in1=int(in1); if (in1<=0) { @@ -45,7 +45,7 @@ model.nzcross=in1; model.firing=-1; x.graphics=graphics; x.model=model; -break +break; } } } |