Moved some data to protected status
This commit is contained in:
parent
4340e7089e
commit
ba5852f786
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue