summaryrefslogtreecommitdiff
path: root/js/MatrixOp/MATMAGPHI.js
diff options
context:
space:
mode:
authorSunil Shetye2018-06-18 17:30:31 +0530
committerSunil Shetye2018-06-18 20:30:18 +0530
commitcd5b0819762aa4a1cb72d29ab7b8c3ac65bbad76 (patch)
tree56407047bba37f94b7b5f00890b4385cefa502fd /js/MatrixOp/MATMAGPHI.js
parent0fd33c776a03e3b9ad2267e4f3fbb2c7bcbbb92a (diff)
downloadsci2js-cd5b0819762aa4a1cb72d29ab7b8c3ac65bbad76.tar.gz
sci2js-cd5b0819762aa4a1cb72d29ab7b8c3ac65bbad76.tar.bz2
sci2js-cd5b0819762aa4a1cb72d29ab7b8c3ac65bbad76.zip
use format string
Diffstat (limited to 'js/MatrixOp/MATMAGPHI.js')
-rw-r--r--js/MatrixOp/MATMAGPHI.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/MatrixOp/MATMAGPHI.js b/js/MatrixOp/MATMAGPHI.js
index 0ac8dcdf..13aea7fe 100644
--- a/js/MatrixOp/MATMAGPHI.js
+++ b/js/MatrixOp/MATMAGPHI.js
@@ -39,7 +39,7 @@ label[9-1]=[];
while (true) {
[ok,decomptyp,lab]=scicos_getvalue("Set MATMAGPHI block parameters",["decomposition type (1=Complex2MAG&PHI 2=MAG&PHI2Complex)"],list("vec",1),label);
if (!ok) {
-break
+break;
}
label=lab;
if ((decomptyp==1)) {
@@ -68,7 +68,7 @@ arg1.model=model;
graphics.exprs=label;
arg1.graphics=graphics;
x=arg1;
-break
+break;
}
}
}