Remove empty comment blocks

This commit is contained in:
Ray Speth 2015-02-20 00:11:05 +00:00
parent 10b73473f9
commit 79cf2dcba7
3 changed files with 0 additions and 9 deletions

View file

@ -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) {

View file

@ -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);

View file

@ -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);