Fixed a small error in the output

This commit is contained in:
Harry Moffat 2008-10-22 21:40:26 +00:00
parent e27054daa8
commit df2a10933a

View file

@ -184,7 +184,7 @@ namespace VCSnonideal {
if (Vphase->nSpecies() > 0) {
plogf(" PHASE1 INERTS%17.3f\n", TPhInertMoles[0]);
}
if (m_numPhases > 0) {
if (m_numPhases > 1) {
plogf(" PHASE2 INERTS%17.3f\n", TPhInertMoles[1]);
}
plogf("\n ELEMENTAL ABUNDANCES CORRECT");