Added comments about m_kk needing to be restated in this class.
This commit is contained in:
parent
af54f50a25
commit
a6f5638220
1 changed files with 8 additions and 1 deletions
|
|
@ -176,7 +176,14 @@ namespace Cantera {
|
|||
|
||||
protected:
|
||||
|
||||
int m_kk;
|
||||
/**
|
||||
* m_kk = Number of species in the phase.
|
||||
* @internal m_kk is a member of both the State and Constituents classes.
|
||||
* Therefore, to avoid multiple inheritance problems, we need to
|
||||
* restate it in here, so that the declarations in the two base classes
|
||||
* become hidden.
|
||||
*/
|
||||
int m_kk;
|
||||
int m_ndim;
|
||||
int m_index;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue