From dc0c2354295fc1c80d5c0e10b053e5926861b5d3 Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Sat, 16 Jun 2018 19:47:55 +0530 Subject: support var(:,:) syntax --- js/Sources/CONST.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/Sources/CONST.js') diff --git a/js/Sources/CONST.js b/js/Sources/CONST.js index 6da9a9b0..91f34189 100644 --- a/js/Sources/CONST.js +++ b/js/Sources/CONST.js @@ -36,7 +36,7 @@ model.in1=[]; model.out=1; model.rpar=C; model.blocktype="d"; -model.dep_ut=[None,None]; +model.dep_ut=[false,false]; exprs=strcat(sci2exp(C)); gr_i=[]; x=standard_define([2,2],model,exprs,gr_i); -- cgit