Skip to content

Commit

Permalink
ref: remove redundant methods
Browse files Browse the repository at this point in the history
  • Loading branch information
asmfstatoil committed Mar 7, 2024
1 parent 4297a56 commit 2c75b4a
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions src/main/java/neqsim/thermo/phase/PhasePCSAFTRahmat.java
Original file line number Diff line number Diff line change
Expand Up @@ -1438,45 +1438,4 @@ public double molarVolume(double pressure, double temperature, double A, double
return getMolarVolume();
}

/** {@inheritDoc} */
@Override
public double getDmeanSAFT() {
return dmeanSAFT;
}

/** {@inheritDoc} */
@Override
public void setDmeanSAFT(double dmeanSAFT) {
this.dmeanSAFT = dmeanSAFT;
}

/** {@inheritDoc} */
@Override
public double getNmSAFT() {
return nmSAFT;
}

/** {@inheritDoc} */
@Override
public void setNmSAFT(double nmSAFT) {
this.nmSAFT = nmSAFT;
}

/** {@inheritDoc} */
@Override
public double getF2dispSumTerm() {
return F2dispSumTerm;
}

/** {@inheritDoc} */
@Override
public void setF2dispSumTerm(double F2dispSumTerm) {
this.F2dispSumTerm = F2dispSumTerm;
}

/** {@inheritDoc} */
@Override
public void setF2dispZHCdm(double F2dispZHCdm) {
this.F2dispZHCdm = F2dispZHCdm;
}
}

0 comments on commit 2c75b4a

Please sign in to comment.