From d16c113e55165c9247856926ed4f33e18db9faa4 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Thu, 26 Jun 2008 15:05:30 +0000 Subject: [PATCH] Fixed an error that appeared under gcc 4.2.1 --- Cantera/src/equil/vcs_solve.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cantera/src/equil/vcs_solve.h b/Cantera/src/equil/vcs_solve.h index 760e24cb0..475d703f0 100644 --- a/Cantera/src/equil/vcs_solve.h +++ b/Cantera/src/equil/vcs_solve.h @@ -659,8 +659,8 @@ public: * @return The return value is the total volume of * the entire system in units of m**3. */ - double VCS_SOLVE::vcs_VolTotal(const double tkelvin, const double pres, - const double w[], double volPM[]); + double vcs_VolTotal(const double tkelvin, const double pres, + const double w[], double volPM[]); //! This routine is mostly concerned with changing the private data //! to be consistent with what's needed for solution. It is called one @@ -1014,7 +1014,7 @@ public: * @param pub Pointer to VCS_PROB that will be used to * initialize the current equilibrium problem */ - int VCS_SOLVE::vcs_prob_specify(const VCS_PROB *pub); + int vcs_prob_specify(const VCS_PROB *pub); private: