Fixed an error that I still can't believe compiled.

This commit is contained in:
Harry Moffat 2009-02-05 00:24:42 +00:00
parent c5f8c0f4b4
commit a1f3936c42

View file

@ -4411,8 +4411,8 @@ namespace VCSnonideal {
if (tPhMoles_ptr[iph] > 0.0) {
feSpecies[kspec] = m_SSfeSpecies[kspec]
+ log(actCoeff_ptr[kspec] * VCS_DELETE_MINORSPECIES_CUTOFF)
- tlogMoles[m_phaseID[kspec]] - m_lnMnaughtSpecies[kspec];
+ m_chargeSpecies[kspec] * m_Faraday_dim * m_phasePhi[iphase]; ;
- tlogMoles[m_phaseID[kspec]] - m_lnMnaughtSpecies[kspec]
+ m_chargeSpecies[kspec] * m_Faraday_dim * m_phasePhi[iphase];
} else {
feSpecies[kspec] = m_SSfeSpecies[kspec] - m_lnMnaughtSpecies[kspec]
+ m_chargeSpecies[kspec] * m_Faraday_dim * m_phasePhi[iphase];