From e99608a59243936dfe2e5f3aaa81411df3847f18 Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Tue, 10 Jul 2018 10:51:41 +0530 Subject: allow expression in lterm --- js/Sources/GENSIN_f.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/Sources/GENSIN_f.js') 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]); -- cgit