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/Electrical/ConstantVoltage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/Electrical/ConstantVoltage.js') diff --git a/js/Electrical/ConstantVoltage.js b/js/Electrical/ConstantVoltage.js index f5382cec..9bec7626 100644 --- a/js/Electrical/ConstantVoltage.js +++ b/js/Electrical/ConstantVoltage.js @@ -28,7 +28,7 @@ model.in1=1; model.out=1; model.sim="ConstantVoltage"; model.blocktype="c"; -model.dep_ut=[None,None]; +model.dep_ut=[false,false]; mo=modelica(); mo.model="ConstantVoltage"; mo.inputs="p"; -- cgit