summaryrefslogtreecommitdiff
path: root/js/Sources/GENSIN_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sources/GENSIN_f.js')
-rw-r--r--js/Sources/GENSIN_f.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Sources/GENSIN_f.js b/js/Sources/GENSIN_f.js
index cc03f8a5..cf12b389 100644
--- a/js/Sources/GENSIN_f.js
+++ b/js/Sources/GENSIN_f.js
@@ -45,7 +45,7 @@ function GENSIN_f() {
ok = false;
}
if (ok) {
- [model,graphics,ok] = check_io(this.model,graphics,[],1,[],[]);
+ [this.model,graphics,ok] = check_io(this.model,graphics,[],1,[],[]);
this.model.rpar = [[this.M],[this.F],[this.P]];
this.model.out2 = new ScilabDouble([1]);
this.model.outtyp = new ScilabDouble([1]);