summaryrefslogtreecommitdiff
path: root/js/Misc/SPLIT_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Misc/SPLIT_f.js')
-rw-r--r--js/Misc/SPLIT_f.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Misc/SPLIT_f.js b/js/Misc/SPLIT_f.js
index 03991e57..25a77818 100644
--- a/js/Misc/SPLIT_f.js
+++ b/js/Misc/SPLIT_f.js
@@ -7,7 +7,7 @@ function SPLIT_f() {
this.model.out = new ScilabDouble([-1],[-1],[-1]);
this.model.blocktype = new ScilabString(["c"]);
this.model.dep_ut = new ScilabBoolean([true,false]);
- this.x = new standard_define(new ScilabDouble([1,1]),this.model,[],[]);
+ this.x = new standard_define(new ScilabDouble([1,1]),this.model,new ScilabDouble([]),[]);
return new BasicBlock(this.x);
}
SPLIT_f.prototype.details = function SPLIT_f() {