Skip to content

Commit

Permalink
expected output
Browse files Browse the repository at this point in the history
  • Loading branch information
vruge committed Oct 25, 2015
1 parent bfdc85c commit 4f32f34
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions simulation/modelica/others/ComplexFun.mos
Expand Up @@ -43,7 +43,7 @@ simulate(problem2); getErrorString() == "";
// messages = ""
// end SimulationResult;
// ""
// {0.0,0.2720759220056126,0.4824045318333194,1.445553342178025,2.0}
// {0.0,0.2720759220056126,0.4824045318333193,1.445553342178025,2.0}
// record SimulationResult
// resultFile = "problem2_res.mat",
// simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'problem2', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
Expand All @@ -60,7 +60,7 @@ simulate(problem2); getErrorString() == "";
// messages = ""
// end SimulationResult;
// ""
// {0.0,0.2720759220056126,0.4824045318333194,1.445553342178025,2.0}
// {0.0,0.2720759220056126,0.4824045318333193,1.445553342178025,2.0}
// ""
// record SimulationResult
// resultFile = "problem2_res.mat",
Expand Down Expand Up @@ -88,11 +88,11 @@ simulate(problem2); getErrorString() == "";
// true
// ""
// record SimulationResult
// resultFile = "",
// resultFile = "problem1_res.mat",
// simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'problem1', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
// messages = "Failed to build model: problem1"
// messages = ""
// end SimulationResult;
// false
// true
// record SimulationResult
// resultFile = "",
// simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'problem2', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
Expand Down

0 comments on commit 4f32f34

Please sign in to comment.