Got rid of a print statement.
This commit is contained in:
parent
b1750d579a
commit
a36864543a
1 changed files with 1 additions and 1 deletions
|
|
@ -966,7 +966,7 @@ namespace VCSnonideal {
|
|||
pub->w[i] = m_molNumSpecies_old[k1];
|
||||
} else {
|
||||
pub->w[i] = 0.0;
|
||||
plogf("voltage species = %g\n", m_molNumSpecies_old[k1]);
|
||||
// plogf("voltage species = %g\n", m_molNumSpecies_old[k1]);
|
||||
}
|
||||
//pub->mf[i] = m_molNumSpecies_new[k1];
|
||||
pub->m_gibbsSpecies[i] = m_feSpecies_old[k1];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue