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/Misc/MEMORY_f.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/Misc/MEMORY_f.js') diff --git a/js/Misc/MEMORY_f.js b/js/Misc/MEMORY_f.js index a69822d5..c410b3c2 100644 --- a/js/Misc/MEMORY_f.js +++ b/js/Misc/MEMORY_f.js @@ -44,7 +44,7 @@ function MEMORY_f() { } else { this.inh = 1; } - [model,graphics,ok] = check_io(this.model,graphics,-1,-1,this.inh,[]); + [this.model,graphics,ok] = check_io(this.model,graphics,-1,-1,this.inh,[]); out = size(this.a,"*"); if (out==0) { ok = false; -- cgit