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 77d5ec8a..03991e57 100644
--- a/js/Misc/SPLIT_f.js
+++ b/js/Misc/SPLIT_f.js
@@ -6,7 +6,7 @@ function SPLIT_f() {
this.model.in = new ScilabDouble([-1]);
this.model.out = new ScilabDouble([-1],[-1],[-1]);
this.model.blocktype = new ScilabString(["c"]);
- this.model.dep_ut = new ScilabDouble([true,false]);
+ this.model.dep_ut = new ScilabBoolean([true,false]);
this.x = new standard_define(new ScilabDouble([1,1]),this.model,[],[]);
return new BasicBlock(this.x);
}