Fixed a small error in the output
This commit is contained in:
parent
e27054daa8
commit
df2a10933a
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue