diff options
Diffstat (limited to 'js/NonLinear/MAX_f.js')
-rw-r--r-- | js/NonLinear/MAX_f.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/NonLinear/MAX_f.js b/js/NonLinear/MAX_f.js index 9a8719df..7bbbd11b 100644 --- a/js/NonLinear/MAX_f.js +++ b/js/NonLinear/MAX_f.js @@ -1,7 +1,7 @@ /* autogenerated from "macros/NonLinear/MAX_f.sci" */ function MAX_f() { MAX_f.prototype.define = function MAX_f() { - in1 = -1; + var in1 = -1; this.model = scicos_model(); this.model.sim = new ScilabString(["maxblk"]); this.model.in1 = new ScilabDouble([in1]); @@ -9,8 +9,8 @@ function MAX_f() { this.model.dstate = new ScilabDouble([0],[0]); this.model.blocktype = new ScilabString(["c"]); this.model.dep_ut = [true,false]; - exprs = " "; - gr_i = []; + var exprs = " "; + var gr_i = []; this.x = standard_define([2,2],this.model,exprs,gr_i); return new BasicBlock(this.x); } |