diff options
Diffstat (limited to 'js/Branching/GOTOMO.js')
-rw-r--r-- | js/Branching/GOTOMO.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Branching/GOTOMO.js b/js/Branching/GOTOMO.js index a2b2d18c..70c4dfd0 100644 --- a/js/Branching/GOTOMO.js +++ b/js/Branching/GOTOMO.js @@ -12,7 +12,7 @@ function GOTOMO() { this.model.ipar = new ScilabDouble([int(1)]); this.model.opar = list(new ScilabString(["A"])); this.model.blocktype = new ScilabString(["c"]); - this.model.dep_ut = new ScilabDouble([false,false]); + this.model.dep_ut = new ScilabBoolean([false,false]); var mo = modelica(); mo.model = "gotomo"; mo.inputs = "p"; |