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/Threshold/POSTONEG_f.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/Threshold/POSTONEG_f.js') diff --git a/js/Threshold/POSTONEG_f.js b/js/Threshold/POSTONEG_f.js index 2826dc8b..df078ba0 100644 --- a/js/Threshold/POSTONEG_f.js +++ b/js/Threshold/POSTONEG_f.js @@ -15,7 +15,7 @@ model.in1=1; model.evtout=1; model.rpar=[-1,-1,-1,0]; model.blocktype="z"; -model.dep_ut=[true,None]; +model.dep_ut=[true,false]; model.firing=[-1]; gr_i=[]; x=standard_define([2,2],model,[],gr_i); -- cgit