summaryrefslogtreecommitdiff
path: root/js/NonLinear/INVBLK_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/NonLinear/INVBLK_f.js')
-rw-r--r--js/NonLinear/INVBLK_f.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/NonLinear/INVBLK_f.js b/js/NonLinear/INVBLK_f.js
index c49a8de8..219dc37b 100644
--- a/js/NonLinear/INVBLK_f.js
+++ b/js/NonLinear/INVBLK_f.js
@@ -1,15 +1,15 @@
/* autogenerated from "macros/NonLinear/INVBLK_f.sci" */
function INVBLK_f() {
INVBLK_f.prototype.define = function INVBLK_f() {
- in1 = -1;
+ var in1 = -1;
this.model = scicos_model();
this.model.sim = new ScilabString(["invblk"]);
this.model.in1 = new ScilabDouble([in1]);
this.model.out = new ScilabDouble([in1]);
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);
}