Skip to content

Commit

Permalink
Remove empty modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Apr 1, 2023
1 parent 29b261a commit e5e9f29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Modelica/Fluid/Sources.mo
Expand Up @@ -28,8 +28,7 @@ package Sources "Define fixed or prescribed boundary conditions"
"Boundary specific enthalpy"
annotation (Dialog(group="Boundary temperature or boundary specific enthalpy",
enable = not use_T));
parameter Medium.MassFraction X[Medium.nX](
) = Medium.X_default
parameter Medium.MassFraction X[Medium.nX] = 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 e5e9f29

Please sign in to comment.