diff options
Diffstat (limited to 'js/Sources/INIMPL_f.js')
-rw-r--r-- | js/Sources/INIMPL_f.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Sources/INIMPL_f.js b/js/Sources/INIMPL_f.js index 26990047..80c82318 100644 --- a/js/Sources/INIMPL_f.js +++ b/js/Sources/INIMPL_f.js @@ -37,7 +37,7 @@ model.sim="inimpl"; model.out=[-1]; model.out2=[1]; model.ipar=[1]; -model.dep_ut=[None,None]; +model.dep_ut=[false,false]; model.blocktype="c"; mo=modelica(); mo.model="PORT"; |