Skip to content

Commit

Permalink
Updated expected output
Browse files Browse the repository at this point in the history
  • Loading branch information
lochel committed Sep 15, 2015
1 parent fd981d3 commit a15844d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions simulation/modelica/msl22/InputOutput.mos
Expand Up @@ -18,11 +18,11 @@ val(y,0.5);
// true
// record SimulationResult
// resultFile = "InputOutput_res.mat",
// simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 50, tolerance = 0.00001, method = 'dassl', fileNamePrefix = 'InputOutput', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
// simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 50, tolerance = 1e-05, method = 'dassl', fileNamePrefix = 'InputOutput', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
// messages = ""
// end SimulationResult;
// 0.0
// 0.0
// 0.0
// 0.0
// 0.3160538831443992
// 1.0
// 2.0
// 4.3160538831444
// endResult

0 comments on commit a15844d

Please sign in to comment.