summaryrefslogtreecommitdiff
path: root/js/Branching/CLKGOTO.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Branching/CLKGOTO.js')
-rw-r--r--js/Branching/CLKGOTO.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Branching/CLKGOTO.js b/js/Branching/CLKGOTO.js
index c5fad0c4..0bef1950 100644
--- a/js/Branching/CLKGOTO.js
+++ b/js/Branching/CLKGOTO.js
@@ -8,7 +8,7 @@ function CLKGOTO() {
this.model.ipar = new ScilabDouble([int(1)]);
this.model.blocktype = new ScilabString(["d"]);
this.model.firing = new ScilabDouble([-1]);
- this.model.dep_ut = new ScilabDouble([false,false]);
+ this.model.dep_ut = new ScilabBoolean([false,false]);
this.exprs = [["A"],[sci2exp(1)]];
this.x = new standard_define(new ScilabDouble([2,1]),this.model,this.exprs," ");
this.x.graphics.id = "Goto";