minor cleanup
This commit is contained in:
parent
ccf636d367
commit
8194423469
2 changed files with 4 additions and 1 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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++
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue