Skip to content

Commit

Permalink
Update SystemThermo.java
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol committed May 15, 2024
1 parent 7298f83 commit afac3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/neqsim/thermo/system/SystemThermo.java
Original file line number Diff line number Diff line change
Expand Up @@ -3065,7 +3065,7 @@ public double getZ() {
return Z;
}

/** {@inheritDoc} */get
/** {@inheritDoc} */
@Override
public double getZvolcorr() {
return getPressure("Pa") * getMolarMass() / neqsim.thermo.ThermodynamicConstantsInterface.R
Expand Down

0 comments on commit afac3a9

Please sign in to comment.