zmeri / PC-SAFT

Functions implementing the PC-SAFT equation of state, including association, electrolyte and dipole terms
GNU General Public License v3.0
49 stars 18 forks source link

Removed unnecessary lines in pcsaft_den function #2

Closed zmeri closed 6 years ago

zmeri commented 6 years ago

Earlier the d values for ions were calculated differently when calculating an initial guess value for the density. This is unnecessary because the guess value is good enough without this adjustment for ions. Therefore, these lines were removed.