Skip to content

Commit

Permalink
Add missing tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusfuchs committed Dec 7, 2020
1 parent 332b86c commit 743f861
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ equation
StartTime=${str(zone.parent.parent.modelica_info.start_time)},
StopTime=${str(zone.parent.parent.modelica_info.stop_time)},
Interval=${modelica_info.interval_output},
Tolerance=0.0001,
__Dymola_Algorithm="${modelica_info.current_solver}"),
__Dymola_experimentSetupOutput(equidistant=${get_true_false(modelica_info.equidistant_output)},
__Dymola_Commands(file=
Expand Down

0 comments on commit 743f861

Please sign in to comment.