diff options
Diffstat (limited to 'js/MatrixOp/MATBKSL.js')
-rw-r--r-- | js/MatrixOp/MATBKSL.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/MatrixOp/MATBKSL.js b/js/MatrixOp/MATBKSL.js index 120a1e1e..09ae0c16 100644 --- a/js/MatrixOp/MATBKSL.js +++ b/js/MatrixOp/MATBKSL.js @@ -6,7 +6,7 @@ function MATBKSL() { funtyp = 4; this.model.sim = list(new ScilabString([function_name]), new ScilabDouble([funtyp])); this.model.in1 = [[-1],[-1]]; - this.model.in2 = [[-2],[-3]]; + this.model.in2 = new ScilabDouble([-2],[-3]); this.model.intyp = [1,1]; this.model.out = new ScilabDouble([-2]); this.model.out2 = new ScilabDouble([-3]); |