summaryrefslogtreecommitdiff
path: root/js/MatrixOp/MATCATV.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/MatrixOp/MATCATV.js')
-rw-r--r--js/MatrixOp/MATCATV.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/MatrixOp/MATCATV.js b/js/MatrixOp/MATCATV.js
index 4f5fd590..865e1f80 100644
--- a/js/MatrixOp/MATCATV.js
+++ b/js/MatrixOp/MATCATV.js
@@ -55,7 +55,7 @@ function MATCATV() {
it = -ones(this.nin,1);
ot = -1;
out = [0,-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_catv"]), new ScilabDouble([funtyp]));