summaryrefslogtreecommitdiff
path: root/js/MatrixOp/MATCATH.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/MatrixOp/MATCATH.js')
-rw-r--r--js/MatrixOp/MATCATH.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/MatrixOp/MATCATH.js b/js/MatrixOp/MATCATH.js
index 55112b29..d876e23c 100644
--- a/js/MatrixOp/MATCATH.js
+++ b/js/MatrixOp/MATCATH.js
@@ -21,8 +21,8 @@ function MATCATH() {
this.model.firing = new ScilabDouble([]);
this.model.dep_ut = new ScilabBoolean([true,false]);
var label = [sci2exp(2)];
- this.gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"MATCATH\",sz(1),sz(2));"]);
- this.x = new standard_define(new ScilabDouble([2,3]),this.model,new ScilabString(label),this.gr_i);
+ var gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"MATCATH\",sz(1),sz(2));"]);
+ this.x = new standard_define(new ScilabDouble([2,3]),this.model,new ScilabString(label),gr_i);
return new BasicBlock(this.x);
}
MATCATH.prototype.details = function MATCATH() {