Skip to content

Commit

Permalink
[Thermo] Fix apparent visibility of methods of PDSS_SSVol
Browse files Browse the repository at this point in the history
Public members of the base class are still public
  • Loading branch information
speth committed Aug 14, 2017
1 parent ee663c9 commit a19b2bd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions include/cantera/thermo/PDSS_SSVol.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,6 @@ class PDSS_SSVol : public PDSS_Nondimensional

//! @}

private:
//! Does the internal calculation of the volume
void calcMolarVolume();

//! @name Mechanical Equation of State Properties
//! @{

Expand All @@ -173,6 +169,9 @@ class PDSS_SSVol : public PDSS_Nondimensional
//@}

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 {
Expand Down

0 comments on commit a19b2bd

Please sign in to comment.