summaryrefslogtreecommitdiff
path: root/js/MatrixOp/MATCATH.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/MatrixOp/MATCATH.js')
-rw-r--r--js/MatrixOp/MATCATH.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/MatrixOp/MATCATH.js b/js/MatrixOp/MATCATH.js
index 480ac3dd..11fb146f 100644
--- a/js/MatrixOp/MATCATH.js
+++ b/js/MatrixOp/MATCATH.js
@@ -54,7 +54,7 @@ function MATCATH() {
out = [-1,0];
it = -1*(ones(this.nin,1));
ot = -1;
- [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) {
funtyp = 4;
this.model.sim = list(new ScilabString(["mat_cath"]), new ScilabDouble([funtyp]));