function Matrices extends Modelica.Icons.Function; import Modelica.Utilities.Streams; input String logFile = "ModelicaTestLog.txt" "Filename where the log is stored"; output Boolean ok; end Matrices;