]> gerrit.simantics Code Review - simantics/fmil.git/commitdiff
Default values for FMI values is NaN in FMIL.java 41/1941/1
authorMiro Richard Eklund <miro.eklund@semantum.fi>
Fri, 20 Jul 2018 14:46:29 +0000 (17:46 +0300)
committerMiro Richard Eklund <miro.eklund@semantum.fi>
Fri, 20 Jul 2018 14:46:29 +0000 (17:46 +0300)
Previously the default values were 0.0. Now, we can clearly see if the
values are fetched internally correctly by starting out with NaN. If an
actual value is found, it replaces it. If it fails, then NaN is still
present.

Change-Id: I019950cdf1559598d216cddbac28b8f2c1da95d5


No differences found