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/GENERAL_f.js | 2 +- js/Threshold/NEGTOPOS_f.js | 2 +- js/Threshold/POSTONEG_f.js | 2 +- js/Threshold/ZCROSS_f.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'js/Threshold') diff --git a/js/Threshold/GENERAL_f.js b/js/Threshold/GENERAL_f.js index 2c1d9d68..1161a6ce 100644 --- a/js/Threshold/GENERAL_f.js +++ b/js/Threshold/GENERAL_f.js @@ -1,3 +1,3 @@ -Syntax error in input LexToken(COLON,':',1,1849) +Syntax error in input LexToken(COMMA,',',1,1919) /* autogenerated from "macros/Threshold/GENERAL_f.sci" */ None diff --git a/js/Threshold/NEGTOPOS_f.js b/js/Threshold/NEGTOPOS_f.js index 0b6349b8..5dfff00c 100644 --- a/js/Threshold/NEGTOPOS_f.js +++ b/js/Threshold/NEGTOPOS_f.js @@ -15,7 +15,7 @@ model.evtout=1; model.rpar=[-1,-1,0,-1]; model.blocktype="z"; model.firing=-1; -model.dep_ut=[true,None]; +model.dep_ut=[true,false]; gr_i=[]; x=standard_define([2,2],model,[],gr_i); } 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); diff --git a/js/Threshold/ZCROSS_f.js b/js/Threshold/ZCROSS_f.js index acb978fe..32f2b440 100644 --- a/js/Threshold/ZCROSS_f.js +++ b/js/Threshold/ZCROSS_f.js @@ -42,7 +42,7 @@ model.evtout=1; model.rpar=[-1,-1,0,0]; model.blocktype="z"; model.firing=-1; -model.dep_ut=[true,None]; +model.dep_ut=[true,false]; exprs=strcat(sci2exp(in1)); gr_i=[]; x=standard_define([2,2],model,exprs,gr_i); -- cgit