minor bugs fixed that were introduced in commit a few hrs ago

This commit is contained in:
Dave Goodwin 2008-02-14 04:53:00 +00:00
parent 4a1d303fe4
commit cde8aa8c61

View file

@ -12,7 +12,7 @@
*/
namespace Cantera_CXX {
ThermoPhase* importPhase(std::string infile, std::string id="");
Cantera::ThermoPhase* importPhase(std::string infile, std::string id="");
// -> this is a duplicate of a src/thermo/phasereport function
// We'll leave it here so that these are available externally