Skip to content

Commit

Permalink
This fixes #1014 in the 3.2.1 maintenance branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertus committed Jun 18, 2015
1 parent 48943d8 commit e8805db
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Modelica/Media/Incompressible.mo
Original file line number Diff line number Diff line change
Expand Up @@ -494,9 +494,6 @@ which is only exactly true for a fluid with constant density d=d0.
y := if singleState then h_T(x) else h_pT(p,x);
end f_nonlinear;

// Dummy definition (has to be added for one tool)
redeclare function extends solve
end solve;
end Internal;
algorithm
T := Internal.solve(h, T_min, T_max, p, {1}, Internal.f_nonlinear_Data());
Expand Down Expand Up @@ -524,9 +521,6 @@ which is only exactly true for a fluid with constant density d=d0.
y := s_T(x);
end f_nonlinear;

// Dummy definition (has to be added for one tool)
redeclare function extends solve
end solve;
end Internal;
algorithm
T := Internal.solve(s, T_min, T_max, p, {1}, Internal.f_nonlinear_Data());
Expand Down

0 comments on commit e8805db

Please sign in to comment.