[Thermo] Fix apparent visibility of methods of PDSS_SSVol

Public members of the base class are still public
This commit is contained in:
Ray Speth 2017-08-13 16:24:49 -04:00
parent ee663c9b37
commit a19b2bd4cc

View file

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