diff options
Diffstat (limited to 'js/MatrixOp/EXTRACT.js')
-rw-r--r-- | js/MatrixOp/EXTRACT.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/MatrixOp/EXTRACT.js b/js/MatrixOp/EXTRACT.js index a47073b4..5120789f 100644 --- a/js/MatrixOp/EXTRACT.js +++ b/js/MatrixOp/EXTRACT.js @@ -84,7 +84,7 @@ function EXTRACT() { ok = false; } } - this.model.ipar = [[this.a],[this.b],[ma],[mb]]; + this.model.ipar = new ScilabDouble([this.a],[this.b],[ma],[mb]); in1 = [this.model.in1,this.model.in2]; out = [ma,mb]; funtyp = 4; |