diff options
Diffstat (limited to 'js/MatrixOp/MATEIG.js')
-rw-r--r-- | js/MatrixOp/MATEIG.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/MatrixOp/MATEIG.js b/js/MatrixOp/MATEIG.js index b6490e9f..bd8d9a1c 100644 --- a/js/MatrixOp/MATEIG.js +++ b/js/MatrixOp/MATEIG.js @@ -87,7 +87,7 @@ function MATEIG() { in1 = [-1,-1]; funtyp = 4; if (ok) { - [model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]); + [this.model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]); } if (ok) { this.model.sim = list(new ScilabString([function_name]), new ScilabDouble([funtyp])); |