Skip to content

Commit

Permalink
Avoid Dymola warning about replaceable base class
Browse files Browse the repository at this point in the history
  • Loading branch information
casella committed Apr 18, 2023
1 parent 247489b commit 7d44825
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ package ExternalTwoPhaseMedium "Generic external two phase medium package"
"Name of the external fluid property computation library";
constant String substanceName = substanceNames[1]
"Only one substance can be specified";
constant FluidConstants externalFluidConstants = FluidConstants(
constant FluidConstants externalFluidConstants(
iupacName = "unknown",
casRegistryNumber = "unknown",
chemicalFormula = "unknown",
Expand Down

0 comments on commit 7d44825

Please sign in to comment.