summaryrefslogtreecommitdiff
path: root/js/MatrixOp/MATRESH.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/MatrixOp/MATRESH.js')
-rw-r--r--js/MatrixOp/MATRESH.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/MatrixOp/MATRESH.js b/js/MatrixOp/MATRESH.js
index f07eec11..9766c7a5 100644
--- a/js/MatrixOp/MATRESH.js
+++ b/js/MatrixOp/MATRESH.js
@@ -39,7 +39,7 @@ label[9-1]=[];
while (true) {
[ok,typ,l1,out,lab]=scicos_getvalue("Set MATRESH block parameters",["Datatype(1=real double 2=Complex)","input size","output size desired"],list("vec",-1,"vec",-1,"vec",-1),label);
if (!ok) {
-break
+break;
}
nout=size(out);
nin=size(l1);
@@ -88,7 +88,7 @@ graphics.exprs=label;
arg1.graphics=graphics;
arg1.model=model;
x=arg1;
-break
+break;
}
}
needcompile=resume(needcompile)