diff options
Diffstat (limited to 'js/Misc/LOGICAL_OP.js')
-rw-r--r-- | js/Misc/LOGICAL_OP.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Misc/LOGICAL_OP.js b/js/Misc/LOGICAL_OP.js index 12f553df..61f940f3 100644 --- a/js/Misc/LOGICAL_OP.js +++ b/js/Misc/LOGICAL_OP.js @@ -85,7 +85,7 @@ function LOGICAL_OP() { message("Datatype is not supported"); ok = false; } - this.model.ipar = [[this.rule],[this.tp]]; + this.model.ipar = new ScilabDouble([this.rule],[this.tp]); } if (ok) { it = this.Datatype*ones(this.nin,1); |