diff options
Diffstat (limited to 'js/Electrical/Inductor.js')
-rw-r--r-- | js/Electrical/Inductor.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Electrical/Inductor.js b/js/Electrical/Inductor.js index bbd0e95c..a928c4c9 100644 --- a/js/Electrical/Inductor.js +++ b/js/Electrical/Inductor.js @@ -28,7 +28,7 @@ L=1.e-5; model.rpar=L; model.sim="Inductor"; model.blocktype="c"; -model.dep_ut=[true,None]; +model.dep_ut=[true,false]; mo=modelica(); mo.model="Inductor"; mo.inputs="p"; |