summaryrefslogtreecommitdiff
path: root/js/MatrixOp/MATZREIM.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/MatrixOp/MATZREIM.js')
-rw-r--r--js/MatrixOp/MATZREIM.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/MatrixOp/MATZREIM.js b/js/MatrixOp/MATZREIM.js
index 432b6148..7e9eb000 100644
--- a/js/MatrixOp/MATZREIM.js
+++ b/js/MatrixOp/MATZREIM.js
@@ -8,8 +8,8 @@ function MATZREIM() {
this.model.in1 = new ScilabDouble([-1]);
this.model.in2 = new ScilabDouble([-2]);
this.model.intyp = new ScilabDouble([2]);
- this.model.out = [[-1],[-1]];
- this.model.out2 = [[-2],[-2]];
+ this.model.out = new ScilabDouble([-1],[-1]);
+ this.model.out2 = new ScilabDouble([-2],[-2]);
this.model.outtyp = [1,1];
this.model.evtin = [];
this.model.evtout = [];