diff options
Diffstat (limited to 'js/Sources/CONST_m.js')
-rw-r--r-- | js/Sources/CONST_m.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Sources/CONST_m.js b/js/Sources/CONST_m.js index ce2b3c9e..70921450 100644 --- a/js/Sources/CONST_m.js +++ b/js/Sources/CONST_m.js @@ -11,7 +11,7 @@ function CONST_m() { this.model.rpar = new ScilabDouble(this.C); this.model.opar = list(); this.model.blocktype = new ScilabString(["d"]); - this.model.dep_ut = new ScilabDouble([false,false]); + this.model.dep_ut = new ScilabBoolean([false,false]); this.exprs = sci2exp(this.C); this.gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"CONST_m\",sz(1),sz(2));"]); this.x = new standard_define(new ScilabDouble([2,2]),this.model,this.exprs,this.gr_i); |