Fixed a malformed format string in vcs_solve_TP

This was causing intermittent test failures in the VCS regression
test.
This commit is contained in:
Ray Speth 2012-03-09 22:58:53 +00:00
parent 92017de067
commit 950ebbb2ca

View file

@ -172,7 +172,7 @@ int VCS_SOLVE::vcs_solve_TP(int print_lvl, int printDetails, int maxit)
plogf("VCS CALCULATION METHOD\n\n ");
plogf("%s\n", m_title.c_str());
plogf("\n\n%5d SPECIES\n%5d ELEMENTS\n", m_numSpeciesTot, m_numElemConstraints);
plogf("%5d COMPONENTS\n%", m_numComponents);
plogf("%5d COMPONENTS\n", m_numComponents);
plogf("%5d PHASES\n", m_numPhases);
plogf(" PRESSURE%22.8g %3s\n", m_pressurePA, "Pa ");