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/READC_f.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/Sources/READC_f.js') diff --git a/js/Sources/READC_f.js b/js/Sources/READC_f.js index 53601adf..f1ca9912 100644 --- a/js/Sources/READC_f.js +++ b/js/Sources/READC_f.js @@ -113,7 +113,7 @@ function READC_f() { outpt = 1; } out = size(this.outmask,"*"); - [model,graphics,ok] = check_io(this.model,graphics,[],out,1,outpt); + [this.model,graphics,ok] = check_io(this.model,graphics,[],out,1,outpt); this.frmt1 = part(this.frmt1,1,3); if (ok) { if (ievt==0) { -- cgit