diff options
Diffstat (limited to 'js/Sinks/BARXY.js')
-rw-r--r-- | js/Sinks/BARXY.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Sinks/BARXY.js b/js/Sinks/BARXY.js index 36ba7645..6f930930 100644 --- a/js/Sinks/BARXY.js +++ b/js/Sinks/BARXY.js @@ -8,7 +8,7 @@ function BARXY() { this.ymax = 15; this.model.sim = list(new ScilabString(["BARXY_sim"]), new ScilabDouble([5])); this.model.blocktype = new ScilabString(["d"]); - this.model.dep_ut = new ScilabDouble([true,false]); + this.model.dep_ut = new ScilabBoolean([true,false]); this.model.in = new ScilabDouble([-1],[-1]); this.model.intyp = new ScilabDouble([1]); this.model.out = new ScilabDouble([]); |