Moved some data to protected status

This commit is contained in:
Harry Moffat 2009-08-19 14:33:06 +00:00
parent 4340e7089e
commit ba5852f786

View file

@ -79,7 +79,13 @@ namespace Cantera {
protected:
//! Residual evaluator for this jacobian
/*!
* This is a pointer to the residual evaluator. This
* object isn't owned by this jacobian object.
*/
OneDim* m_resid;
vector_fp m_r1;
doublereal m_rtol, m_atol;
doublereal m_elapsed;