[Thermo] Fix apparent visibility of methods of PDSS_SSVol
Public members of the base class are still public
This commit is contained in:
parent
ee663c9b37
commit
a19b2bd4cc
1 changed files with 3 additions and 4 deletions
|
|
@ -146,10 +146,6 @@ public:
|
|||
|
||||
//! @}
|
||||
|
||||
private:
|
||||
//! Does the internal calculation of the volume
|
||||
void calcMolarVolume();
|
||||
|
||||
//! @name Mechanical Equation of State Properties
|
||||
//! @{
|
||||
|
||||
|
|
@ -173,6 +169,9 @@ private:
|
|||
//@}
|
||||
|
||||
private:
|
||||
//! Does the internal calculation of the volume
|
||||
void calcMolarVolume();
|
||||
|
||||
//! Types of general formulations for the specification of the standard
|
||||
//! state volume
|
||||
enum class SSVolume_Model {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue