Skip to content

Commit

Permalink
Update expected output
Browse files Browse the repository at this point in the history
  • Loading branch information
lochel committed May 14, 2015
1 parent ca59402 commit a97a2eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion simulation/modelica/qss/qss_example1.mos
Expand Up @@ -22,9 +22,10 @@ val(x, {0.0, 2.5, 5.0, 10.0}); getErrorString();
// resultFile = "qssTests.example1_res.mat",
// simulationOptions = "startTime = 0.0, stopTime = 10.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'qss', fileNamePrefix = 'qssTests.example1', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
// messages = "stdout | warning | This QSS method is under development and should not be used yet.
// stdout | warning | All derivatives are zero at time 9.787606!.
// "
// end SimulationResult;
// ""
// {1.0,0.08208597611379856,0.006738171891467552,0.0}
// {1.0,0.08203911233500524,0.006688299312076621,0.0}
// ""
// endResult
1 change: 1 addition & 0 deletions simulation/modelica/qss/qss_example4.mos
Expand Up @@ -34,6 +34,7 @@ val(x3, {0.0, 500.0}); getErrorString();
// resultFile = "qssTests.example4_res.mat",
// simulationOptions = "startTime = 0.0, stopTime = 500.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'qss', fileNamePrefix = 'qssTests.example4', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
// messages = "stdout | warning | This QSS method is under development and should not be used yet.
// stdout | warning | All derivatives are zero at time 420.433938!.
// "
// end SimulationResult;
// ""
Expand Down

0 comments on commit a97a2eb

Please sign in to comment.