minor cleanup

This commit is contained in:
Dave Goodwin 2003-12-20 11:35:07 +00:00
parent ccf636d367
commit 8194423469
2 changed files with 4 additions and 1 deletions

View file

@ -480,7 +480,8 @@ namespace Cantera {
x[m_mm] = log(m_phase->temperature());
if (m_thermo->temperature() > m_thermo->maxTemp() ||
m_thermo->temperature() < m_thermo->minTemp() ) {
throw CanteraError("ChemEquil","initial temperature outside "
throw CanteraError("ChemEquil","initial temperature ("
+fp2str(m_thermo->temperature())+" K) outside "
"valid range of "+fp2str(m_thermo->minTemp())+" K to "
+fp2str(m_thermo->maxTemp())+" K\n");
}

View file

@ -172,6 +172,8 @@ finish-install:
@INSTALL@ License.* @prefix@/cantera
@INSTALL@ tools/src/finish_install.py tools/bin
(PYTHONPATH=''; @PYTHON_CMD@ tools/bin/finish_install.py @prefix@ @PYTHON_CMD@)
chmod +x @ct_bindir@/ctnew
#@INSTALL@ bin/ctmkmf @ct_bindir@/ctnew
#@INSTALL@ bin/cxx_examples @ct_demodir@/c++