Skip to content

Commit

Permalink
Remove modification of 'quantity'
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Apr 1, 2023
1 parent 5914d55 commit 29b261a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica/Fluid/Sources.mo
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ package Sources "Define fixed or prescribed boundary conditions"
annotation (Dialog(group="Boundary temperature or boundary specific enthalpy",
enable = not use_T));
parameter Medium.MassFraction X[Medium.nX](
quantity="MassFraction." + Medium.substanceNames) = Medium.X_default
) = Medium.X_default
"Boundary mass fractions m_i/m"
annotation (Dialog(group = "Only for multi-substance flow", enable=Medium.nXi > 0));
parameter Medium.ExtraProperty C[Medium.nC](
Expand Down

0 comments on commit 29b261a

Please sign in to comment.