summaryrefslogtreecommitdiff
path: root/js/MatrixOp/MATBKSL.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/MatrixOp/MATBKSL.js')
-rw-r--r--js/MatrixOp/MATBKSL.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/MatrixOp/MATBKSL.js b/js/MatrixOp/MATBKSL.js
index f1608eba..d89eb6d0 100644
--- a/js/MatrixOp/MATBKSL.js
+++ b/js/MatrixOp/MATBKSL.js
@@ -21,8 +21,8 @@ function MATBKSL() {
this.model.firing = new ScilabDouble([]);
this.model.dep_ut = new ScilabBoolean([true,false]);
var label = [sci2exp(1)];
- this.gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"MATBKSL\",sz(1),sz(2));"]);
- this.x = new standard_define(new ScilabDouble([2,2]),this.model,new ScilabString(label),this.gr_i);
+ var gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"MATBKSL\",sz(1),sz(2));"]);
+ this.x = new standard_define(new ScilabDouble([2,2]),this.model,new ScilabString(label),gr_i);
return new BasicBlock(this.x);
}
MATBKSL.prototype.details = function MATBKSL() {
@@ -62,7 +62,7 @@ function MATBKSL() {
var out = [this.model.out,this.model.out2];
var funtyp = 4;
if (ok) {
- var label = this.exprs;
+ var label = exprs;
var tmpvar0 = set_io(this.model,this.graphics,list(in1,it),list(out,ot),[],[]);
this.model = tmpvar0[0];
this.graphics = tmpvar0[1];