diff options
Diffstat (limited to 'js/Misc/RELATIONALOP.js')
-rw-r--r-- | js/Misc/RELATIONALOP.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Misc/RELATIONALOP.js b/js/Misc/RELATIONALOP.js index 1575cac2..c1f3fcb9 100644 --- a/js/Misc/RELATIONALOP.js +++ b/js/Misc/RELATIONALOP.js @@ -5,7 +5,7 @@ function RELATIONALOP() { label = "<"; this.model = scicos_model(); this.model.sim = list(new ScilabString(["relationalop"]), new ScilabDouble([4])); - this.model.in1 = [[1],[1]]; + this.model.in1 = new ScilabDouble([1],[1]); this.model.out = new ScilabDouble([1]); this.model.ipar = ipar; this.model.blocktype = new ScilabString(["c"]); |