diff options
Diffstat (limited to 'js/Electrical/Diode.js')
-rw-r--r-- | js/Electrical/Diode.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Electrical/Diode.js b/js/Electrical/Diode.js index fe93a706..bb024526 100644 --- a/js/Electrical/Diode.js +++ b/js/Electrical/Diode.js @@ -31,7 +31,7 @@ model.in1=1; model.out=1; model.sim="Diode"; model.blocktype="c"; -model.dep_ut=[true,None]; +model.dep_ut=[true,false]; mo=modelica(); mo.model="Diode"; mo.inputs="p"; |