Skip to content

Commit

Permalink
removed __Dymola_Algorithm annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
hcasperfu committed Jul 31, 2023
1 parent 1b19c55 commit 7327a12
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,5 @@ equation
experiment(
StopTime=7200,
Interval=1,
Tolerance=1e-08,
__Dymola_Algorithm="Cvode"));
Tolerance=1e-08));
end OnOff;

0 comments on commit 7327a12

Please sign in to comment.