Skip to content

Commit

Permalink
Indent annotation relative to class
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Jan 11, 2024
1 parent 4423973 commit d881852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica/Media/Air/ReferenceMoistAir.mo
Original file line number Diff line number Diff line change
Expand Up @@ -1859,7 +1859,7 @@ package ReferenceMoistAir
rho := max(p/(g.R_s*T*g.pi*g.gpi), 1e-9);
h_der := (1/rho - T*vt)*p_der - g.R_s*g.tau*g.tau*g.gtautau*T_der;
end h_pT_der;
annotation (Documentation(info="<html>
annotation (Documentation(info="<html>
<p>
This is a makeshift package avoiding the region validity checks of the IF97 utility functions
<a href=\"modelica://Modelica.Media.Water.IF97_Utilities.BaseIF97.Basic.g2\">BaseIF97.Basic.g2</a>,
Expand Down

0 comments on commit d881852

Please sign in to comment.