Made the data protected in this file.

This is a fairly obvious change to help with modularity.
This commit is contained in:
Harry Moffat 2009-08-15 17:18:59 +00:00
parent 0445c5ec59
commit 0c624e5286

View file

@ -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;