Made the data protected in this file.
This is a fairly obvious change to help with modularity.
This commit is contained in:
parent
0445c5ec59
commit
0c624e5286
1 changed files with 1 additions and 1 deletions
|
|
@ -134,11 +134,11 @@ namespace Cantera {
|
|||
vector_fp::const_iterator begin() const { return data.begin(); }
|
||||
vector_fp::const_iterator end() const { return data.end(); }
|
||||
|
||||
protected:
|
||||
vector_fp data;
|
||||
vector_fp ludata;
|
||||
bool m_factored;
|
||||
|
||||
protected:
|
||||
|
||||
int m_n, m_kl, m_ku;
|
||||
doublereal m_zero;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue