Added comments.

This commit is contained in:
Harry Moffat 2003-09-03 18:19:02 +00:00
parent d7810f673b
commit 2cd189ceaf

View file

@ -184,7 +184,15 @@ namespace Cantera {
* become hidden.
*/
int m_kk;
/**
* m_ndim is the dimensionality of the phase. Basically, volumetric phases
* have dimensionality 3 and surface phases have dimensionality 2.
*/
int m_ndim;
/**
* m_index is the index of the phase
*
*/
int m_index;
private: