diff options
Diffstat (limited to 'js/Misc/SPLIT_f.js')
-rw-r--r-- | js/Misc/SPLIT_f.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Misc/SPLIT_f.js b/js/Misc/SPLIT_f.js index 2a0adf1a..50681b70 100644 --- a/js/Misc/SPLIT_f.js +++ b/js/Misc/SPLIT_f.js @@ -4,7 +4,7 @@ function SPLIT_f() { this.model = scicos_model(); this.model.sim = new ScilabString(["lsplit"]); this.model.in1 = new ScilabDouble([-1]); - this.model.out = [[-1],[-1],[-1]]; + this.model.out = new ScilabDouble([-1],[-1],[-1]); this.model.blocktype = new ScilabString(["c"]); this.model.dep_ut = [true,false]; this.x = standard_define([1,1]/3,this.model,[],[]); |