Skip to content

Commit

Permalink
Update parameterTest
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaeuber committed Jul 18, 2016
1 parent 4137735 commit 04832d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulation/modelica/parameters/parameterTest.mos
Expand Up @@ -64,7 +64,7 @@ equation
end parameterTest;
"); getErrorString();

setCommandLineOptions("+d=evalParameterDump"); getErrorString();
setCommandLineOptions("+d=evalParameterDump, --evalConstArgsOnly=false"); getErrorString();
simulate(parameterTest); getErrorString();
val(p1, 0.0);
val(p2, 0.0);
Expand Down

0 comments on commit 04832d5

Please sign in to comment.