diff --git a/openmodelica/cruntime/simoptions/testOutputIntervalDASSLsteps.mos b/openmodelica/cruntime/simoptions/testOutputIntervalDASSLsteps.mos index 236a2fa7fb5..322cbe9828c 100644 --- a/openmodelica/cruntime/simoptions/testOutputIntervalDASSLsteps.mos +++ b/openmodelica/cruntime/simoptions/testOutputIntervalDASSLsteps.mos @@ -107,8 +107,8 @@ readSimulationResultSize("testModel_res.mat"); // record SimulationResult // resultFile = "testModel_res.mat", // simulationOptions = "startTime = 0.0, stopTime = 0.4, numberOfIntervals = 20, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'testModel', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = '-noEquidistantTimeGrid -noEquidistantOutputTime=0.1 -noEquidistantOutputFrequency=2'", -// messages = "LOG_SUCCESS | info | The initialization finished successfully without homotopy method. -// stdout | warning | The flags are \"noEquidistantOutputFrequency\" and \"noEquidistantOutputTime\" are in opposition to each other. The flag \"noEquidistantOutputFrequency\" superiors. +// messages = "stdout | warning | The flags are \"noEquidistantOutputFrequency\" and \"noEquidistantOutputTime\" are in opposition to each other. The flag \"noEquidistantOutputFrequency\" superiors. +// LOG_SUCCESS | info | The initialization finished successfully without homotopy method. // LOG_SUCCESS | info | The simulation finished successfully. // " // end SimulationResult; diff --git a/openmodelica/cruntime/simoptions/testOutputIntervalDASSLstepsnoEquidistant.mos b/openmodelica/cruntime/simoptions/testOutputIntervalDASSLstepsnoEquidistant.mos index 424bf20281c..ae0e6549d39 100644 --- a/openmodelica/cruntime/simoptions/testOutputIntervalDASSLstepsnoEquidistant.mos +++ b/openmodelica/cruntime/simoptions/testOutputIntervalDASSLstepsnoEquidistant.mos @@ -56,8 +56,8 @@ readSimulationResultSize("testModel_res.mat"); // record SimulationResult // resultFile = "testModel_res.mat", // simulationOptions = "startTime = 0.0, stopTime = 5.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'testModel', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = '-noEquidistantTimeGrid -maxIntegrationOrder=1 -noEquidistantOutputTime=0.1 -noEquidistantOutputFrequency=10'", -// messages = "LOG_SUCCESS | info | The initialization finished successfully without homotopy method. -// stdout | warning | The flags are \"noEquidistantOutputFrequency\" and \"noEquidistantOutputTime\" are in opposition to each other. The flag \"noEquidistantOutputFrequency\" superiors. +// messages = "stdout | warning | The flags are \"noEquidistantOutputFrequency\" and \"noEquidistantOutputTime\" are in opposition to each other. The flag \"noEquidistantOutputFrequency\" superiors. +// LOG_SUCCESS | info | The initialization finished successfully without homotopy method. // LOG_SUCCESS | info | The simulation finished successfully. // " // end SimulationResult; diff --git a/openmodelica/cruntime/simoptions/testOutputIntervalIDAstepsnoEquidistant.mos b/openmodelica/cruntime/simoptions/testOutputIntervalIDAstepsnoEquidistant.mos index 242b653f24f..65105084b58 100644 --- a/openmodelica/cruntime/simoptions/testOutputIntervalIDAstepsnoEquidistant.mos +++ b/openmodelica/cruntime/simoptions/testOutputIntervalIDAstepsnoEquidistant.mos @@ -56,8 +56,8 @@ readSimulationResultSize("testModel_res.mat"); // record SimulationResult // resultFile = "testModel_res.mat", // simulationOptions = "startTime = 0.0, stopTime = 5.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'ida', fileNamePrefix = 'testModel', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = '-noEquidistantTimeGrid -maxIntegrationOrder=1 -noEquidistantOutputTime=0.1 -noEquidistantOutputFrequency=10'", -// messages = "LOG_SUCCESS | info | The initialization finished successfully without homotopy method. -// stdout | warning | The flags are \"noEquidistantOutputFrequency\" and \"noEquidistantOutputTime\" are in opposition to each other. The flag \"noEquidistantOutputFrequency\" superiors. +// messages = "stdout | warning | The flags are \"noEquidistantOutputFrequency\" and \"noEquidistantOutputTime\" are in opposition to each other. The flag \"noEquidistantOutputFrequency\" superiors. +// LOG_SUCCESS | info | The initialization finished successfully without homotopy method. // LOG_SUCCESS | info | The simulation finished successfully. // " // end SimulationResult;