From 819442346977ce7cb0aa2f56024c9ee63bf9fbcb Mon Sep 17 00:00:00 2001 From: Dave Goodwin Date: Sat, 20 Dec 2003 11:35:07 +0000 Subject: [PATCH] minor cleanup --- Cantera/src/ChemEquil.cpp | 3 ++- Makefile.in | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Cantera/src/ChemEquil.cpp b/Cantera/src/ChemEquil.cpp index 5b65aee14..3b59ffe16 100755 --- a/Cantera/src/ChemEquil.cpp +++ b/Cantera/src/ChemEquil.cpp @@ -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"); } diff --git a/Makefile.in b/Makefile.in index b11406746..1ff3fbe0d 100755 --- a/Makefile.in +++ b/Makefile.in @@ -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++