From: Miro Richard Eklund Date: Fri, 20 Jul 2018 14:46:29 +0000 (+0300) Subject: Default values for FMI values is NaN in FMIL.java X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=7cdd9e0931c9905bde72e01038d16589a3040ee6;hp=7cdd9e0931c9905bde72e01038d16589a3040ee6;p=simantics%2Ffmil.git 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 ---