Skip to content

Commit afac3a9

Browse files
authored
Update SystemThermo.java
1 parent 7298f83 commit afac3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/neqsim/thermo/system/SystemThermo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3065,7 +3065,7 @@ public double getZ() {
30653065
return Z;
30663066
}
30673067

3068-
/** {@inheritDoc} */get
3068+
/** {@inheritDoc} */
30693069
@Override
30703070
public double getZvolcorr() {
30713071
return getPressure("Pa") * getMolarMass() / neqsim.thermo.ThermodynamicConstantsInterface.R

0 commit comments

Comments
 (0)