summaryrefslogtreecommitdiff
path: root/js/Sources/CONST.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sources/CONST.js')
-rw-r--r--js/Sources/CONST.js2
1 files changed, 1 insertions, 1 deletions
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);