summaryrefslogtreecommitdiff
path: root/js/Sources/IN_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sources/IN_f.js')
-rw-r--r--js/Sources/IN_f.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Sources/IN_f.js b/js/Sources/IN_f.js
index e41a4589..2d293530 100644
--- a/js/Sources/IN_f.js
+++ b/js/Sources/IN_f.js
@@ -9,7 +9,7 @@ function IN_f() {
this.model.outtyp = new ScilabDouble([-1]);
this.model.ipar = new ScilabDouble([prt]);
this.model.blocktype = new ScilabString(["c"]);
- this.model.dep_ut = new ScilabDouble([false,false]);
+ this.model.dep_ut = new ScilabBoolean([false,false]);
this.exprs = sci2exp(prt);
this.gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"IN_f\",sz(1),sz(2));"]);
this.x = new standard_define(new ScilabDouble([1,1]),this.model,this.exprs,this.gr_i);