]> gerrit.simantics Code Review - simantics/fmil.git/commit
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)
commit7cdd9e0931c9905bde72e01038d16589a3040ee6
treed4b5c39b498547fd1a72438ff45c8087f9c99026
parentb5ff495518d4641beb463fdb9d3460c513464b1c
Default values for FMI values is NaN in FMIL.java

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
org.simantics.fmil.core/src/org/simantics/fmil/core/FMIL.java