summaryrefslogtreecommitdiff
path: root/js/MatrixOp/MATDIAG.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/MatrixOp/MATDIAG.js')
-rw-r--r--js/MatrixOp/MATDIAG.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/MatrixOp/MATDIAG.js b/js/MatrixOp/MATDIAG.js
index 4dba485a..f3cd3976 100644
--- a/js/MatrixOp/MATDIAG.js
+++ b/js/MatrixOp/MATDIAG.js
@@ -65,7 +65,7 @@ function MATDIAG() {
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;