Added more namespace information for ReactorNet. There is still something going on here

that causes problems with linking applications.
This commit is contained in:
Harry Moffat 2009-07-11 17:22:52 +00:00
parent c407243581
commit f697ad4850
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ using namespace std;
namespace CanteraZeroD {
ReactorNet::ReactorNet() : FuncEval(), m_nr(0), m_nreactors(0),
ReactorNet::ReactorNet() : Cantera::FuncEval(), m_nr(0), m_nreactors(0),
m_integ(0), m_time(0.0), m_init(false),
m_nv(0), m_rtol(1.0e-9), m_rtolsens(1.0e-4),
m_atols(1.0e-15), m_atolsens(1.0e-4),

View file

@ -26,7 +26,7 @@
namespace CanteraZeroD {
class ReactorNet : public FuncEval {
class ReactorNet : public Cantera::FuncEval {
public: