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