Remove empty comment blocks
This commit is contained in:
parent
10b73473f9
commit
79cf2dcba7
3 changed files with 0 additions and 9 deletions
|
|
@ -485,9 +485,6 @@ void VCS_SOLVE::solve_tp_inner(size_t& iti, size_t& it1,
|
|||
*/
|
||||
std::vector<size_t> phasePopPhaseIDs(0);
|
||||
size_t iphasePop = vcs_popPhaseID(phasePopPhaseIDs);
|
||||
/*
|
||||
*
|
||||
*/
|
||||
if (iphasePop != npos) {
|
||||
int soldel = vcs_popPhaseRxnStepSizes(iphasePop);
|
||||
if (soldel == 3) {
|
||||
|
|
|
|||
|
|
@ -188,9 +188,6 @@ void MixedSolventElectrolyte::getChemPotentials(doublereal* mu) const
|
|||
* Update the activity coefficients
|
||||
*/
|
||||
s_update_lnActCoeff();
|
||||
/*
|
||||
*
|
||||
*/
|
||||
doublereal RT = GasConstant * temperature();
|
||||
for (size_t k = 0; k < m_kk; k++) {
|
||||
double xx = std::max(moleFractions_[k], SmallNumber);
|
||||
|
|
|
|||
|
|
@ -136,9 +136,6 @@ void MolarityIonicVPSSTP::getChemPotentials(doublereal* mu) const
|
|||
* Update the activity coefficients
|
||||
*/
|
||||
s_update_lnActCoeff();
|
||||
/*
|
||||
*
|
||||
*/
|
||||
doublereal RT = GasConstant * temperature();
|
||||
for (size_t k = 0; k < m_kk; k++) {
|
||||
double xx = std::max(moleFractions_[k], SmallNumber);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue