summaryrefslogtreecommitdiff
path: root/js/MatrixOp/MATSING.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/MatrixOp/MATSING.js')
-rw-r--r--js/MatrixOp/MATSING.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/MatrixOp/MATSING.js b/js/MatrixOp/MATSING.js
index 57972327..44083846 100644
--- a/js/MatrixOp/MATSING.js
+++ b/js/MatrixOp/MATSING.js
@@ -39,7 +39,7 @@ label[9-1]=[];
while (true) {
[ok,typ,decomptyp,lab]=scicos_getvalue("Set MATSVD block parameters",["Datatype(1=real double 2=Complex)","decomposition type (1=singular values 2=sing values+matrix U & V)"],list("vec",1,"vec",1),label);
if (!ok) {
-break
+break;
}
label=lab;
if ((typ==1)) {
@@ -88,7 +88,7 @@ arg1.model=model;
graphics.exprs=label;
arg1.graphics=graphics;
x=arg1;
-break
+break;
}
}
}