diff --git a/Cantera/python/examples/Makefile b/Cantera/python/examples/Makefile index 1351ed8bc..6288f3271 100644 --- a/Cantera/python/examples/Makefile +++ b/Cantera/python/examples/Makefile @@ -1,7 +1,7 @@ #!/bin/sh PY_DEMO_DIRS = equilibrium flames gasdynamics kinetics liquid_vapor \ - misc reactors surface_chemistry transport + misc reactors surface_chemistry transport fuel_cells run: @(for d in $(PY_DEMO_DIRS) ; do \ diff --git a/Cantera/src/oneD/Inlet1D.h b/Cantera/src/oneD/Inlet1D.h index 11d8097e7..cb04b70b4 100644 --- a/Cantera/src/oneD/Inlet1D.h +++ b/Cantera/src/oneD/Inlet1D.h @@ -128,21 +128,6 @@ namespace Cantera { return m_V0; } -// virtual void showSolution_s(ostream& s, const doublereal* x) { -// s << "------------------- Inlet " << domainIndex() << " ------------------- " << endl; -// s << " mdot: " << m_mdot << " kg/m^2/s" << " " << x[0] << endl; -// s << " temperature: " << m_temp << " K" << " " << x[1] << endl; -// if (m_flow) { -// s << " mass fractions: " << endl; -// for (int k = 0; k < m_flow->phase().nSpecies(); k++) { -// if (m_yin[k] != 0.0) { -// s << " " << m_flow->phase().speciesName(k) -// << " " << m_yin[k] << endl; -// } -// } -// } -// s << endl; -// } virtual void showSolution(const doublereal* x) { char buf[80]; diff --git a/tools/src/finish_install.py.in b/tools/src/finish_install.py.in index a5056952d..47912ce94 100644 --- a/tools/src/finish_install.py.in +++ b/tools/src/finish_install.py.in @@ -28,6 +28,7 @@ if pycmd <> 'python': ctloc = '-' warn = '' warn2 = '' +pypath = '' if localinst and build_python == 2: try: v = sys.version_info @@ -89,6 +90,7 @@ try: import Cantera ctpath = Cantera.__path__[0] except: + print "Cantera not found on sys.path = ",sys.path ctpath = "-" if build_matlab: