You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which could be interpreted as the scientific notation 1e-3 for 0.001, is parsed incorrectly by MIKE IO. It will be parsed as a scientific float and not as a string. Thanks, @watermain for identifying this problem.
The text was updated successfully, but these errors were encountered:
In a PFS file, strings like this:
which could be interpreted as the scientific notation 1e-3 for 0.001, is parsed incorrectly by MIKE IO. It will be parsed as a scientific float and not as a string. Thanks, @watermain for identifying this problem.
The text was updated successfully, but these errors were encountered: