Added more Cantera:: qualifications
This commit is contained in:
parent
6c403a841e
commit
f4512d69f8
1 changed files with 2 additions and 2 deletions
|
|
@ -28,10 +28,10 @@ namespace Cantera_CXX {
|
|||
{
|
||||
public:
|
||||
GRI30() : m_ok(false), m_r(0) {
|
||||
m_r = get_XML_File("gri30.xml");
|
||||
m_r = Cantera::get_XML_File("gri30.xml");
|
||||
m_ok = Cantera::buildSolutionFromXML(*m_r, "gri30",
|
||||
"phase", this, this);
|
||||
if (!m_ok) throw CanteraError("GRI30",
|
||||
if (!m_ok) throw Cantera::CanteraError("GRI30",
|
||||
"buildSolutionFromXML returned false");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue