Fixed an error that I still can't believe compiled.
This commit is contained in:
parent
c5f8c0f4b4
commit
a1f3936c42
1 changed files with 2 additions and 2 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue