From a19b2bd4ccdc9e687c84f4769e0c3cbc64a87fa3 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Sun, 13 Aug 2017 16:24:49 -0400 Subject: [PATCH] [Thermo] Fix apparent visibility of methods of PDSS_SSVol Public members of the base class are still public --- include/cantera/thermo/PDSS_SSVol.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/include/cantera/thermo/PDSS_SSVol.h b/include/cantera/thermo/PDSS_SSVol.h index c2f2c437f..396071037 100644 --- a/include/cantera/thermo/PDSS_SSVol.h +++ b/include/cantera/thermo/PDSS_SSVol.h @@ -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 {