summaryrefslogtreecommitdiff
path: root/js/MatrixOp/MATTRAN.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/MatrixOp/MATTRAN.js')
-rw-r--r--js/MatrixOp/MATTRAN.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/MatrixOp/MATTRAN.js b/js/MatrixOp/MATTRAN.js
index b4457d51..8d9a4186 100644
--- a/js/MatrixOp/MATTRAN.js
+++ b/js/MatrixOp/MATTRAN.js
@@ -27,7 +27,7 @@ label[2-1]=sci2exp(1);
while (true) {
[ok,typ,rule,exprs]=scicos_getvalue("Set MATTRAN Block",["Datatype(1=real double 2=Complex)","rule (1=.\' 2=\')"],list("vec",1,"vec",1),label);
if (!ok) {
-break
+break;
}
if ((typ==1)) {
function_name="mattran_m";
@@ -56,7 +56,7 @@ graphics.exprs=label;
arg1.graphics=graphics;
arg1.model=model;
x=arg1;
-break
+break;
}
}
}