summaryrefslogtreecommitdiff
path: root/js/MatrixOp/MATDET.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/MatrixOp/MATDET.js')
-rw-r--r--js/MatrixOp/MATDET.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/MatrixOp/MATDET.js b/js/MatrixOp/MATDET.js
index 9c0a203b..e9760077 100644
--- a/js/MatrixOp/MATDET.js
+++ b/js/MatrixOp/MATDET.js
@@ -65,7 +65,7 @@ function MATDET() {
funtyp = 4;
if (ok) {
label = exprs;
- [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),[],[]);
this.model.sim = list(new ScilabString([function_name]), new ScilabDouble([funtyp]));
graphics.exprs = label;
arg1.graphics = graphics;