From cde8aa8c6157487334f483d9fe832f78ab04bb2d Mon Sep 17 00:00:00 2001 From: Dave Goodwin Date: Thu, 14 Feb 2008 04:53:00 +0000 Subject: [PATCH] minor bugs fixed that were introduced in commit a few hrs ago --- Cantera/cxx/include/importPhase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cantera/cxx/include/importPhase.h b/Cantera/cxx/include/importPhase.h index 44eb9c4d7..50e1c649e 100644 --- a/Cantera/cxx/include/importPhase.h +++ b/Cantera/cxx/include/importPhase.h @@ -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