Added comments.
This commit is contained in:
parent
d7810f673b
commit
2cd189ceaf
1 changed files with 8 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue