Test the Coordinates package
function Coordinates import Modelica.Utilities.Streams.print; import FCSys.Species.Enumerations.*; import FCSys.Utilities.Coordinates.*; extends Modelica.Icons.Function; input String logFile = "FCSysTestLog.txt" "Filename where the log is stored"; output Boolean ok "true, if all tests passed"; end Coordinates;