From df2a10933a9018032c5cd9e19edeacdda3656868 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Wed, 22 Oct 2008 21:40:26 +0000 Subject: [PATCH] Fixed a small error in the output --- Cantera/src/equil/vcs_solve_TP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cantera/src/equil/vcs_solve_TP.cpp b/Cantera/src/equil/vcs_solve_TP.cpp index f89aaa86b..481742bf6 100644 --- a/Cantera/src/equil/vcs_solve_TP.cpp +++ b/Cantera/src/equil/vcs_solve_TP.cpp @@ -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");