diff options
Diffstat (limited to 'js/Misc/IMPSPLIT_f.js')
-rw-r--r-- | js/Misc/IMPSPLIT_f.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Misc/IMPSPLIT_f.js b/js/Misc/IMPSPLIT_f.js index da3bf6ed..a54061e9 100644 --- a/js/Misc/IMPSPLIT_f.js +++ b/js/Misc/IMPSPLIT_f.js @@ -10,7 +10,7 @@ function IMPSPLIT_f() { this.model.equations = new ScilabDouble([mo]); this.model.in = new ScilabDouble([ones(size(mo.inputs,"*"),1)]); this.model.out = new ScilabDouble([ones(size(mo.outputs,"*"),1)]); - this.x = standard_define([1,1]/3,this.model,[],[]); + this.x = new standard_define(new ScilabDouble([1,1]),this.model,[],[]); this.x.graphics.in_implicit = ["I"]; this.x.graphics.out_implicit = ["I","I"]; return new BasicBlock(this.x); |