From ba5852f78635d5cd7cca38674f8cf30bedcaa6d9 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Wed, 19 Aug 2009 14:33:06 +0000 Subject: [PATCH] Moved some data to protected status --- Cantera/src/oneD/MultiJac.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cantera/src/oneD/MultiJac.h b/Cantera/src/oneD/MultiJac.h index 62b406ed2..a91ea804e 100644 --- a/Cantera/src/oneD/MultiJac.h +++ b/Cantera/src/oneD/MultiJac.h @@ -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;