diff options
Diffstat (limited to 'js/Sources/INIMPL_f.js')
-rw-r--r-- | js/Sources/INIMPL_f.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/Sources/INIMPL_f.js b/js/Sources/INIMPL_f.js index 58d6da2f..ebc345f8 100644 --- a/js/Sources/INIMPL_f.js +++ b/js/Sources/INIMPL_f.js @@ -33,7 +33,7 @@ exprs=exprs[1-1]; while (true) { [ok,prt,exprs]=scicos_getvalue([msprintf(gettext("Set %s block parameters"),"INIMPL_f")," ",gettext("Implicit input port")," "],"Port Number",list("vec",1),exprs); if (!ok) { -break +break; } prt=int(prt); if (prt<=0) { @@ -47,7 +47,7 @@ model.ipar=prt; graphics.exprs=exprs; x.graphics=graphics; x.model=model; -break +break; } } } |