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