From c9ba50ecc644cdc5d5e73434be1d37a5953521b2 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Wed, 24 Oct 2012 15:46:15 +0000 Subject: [PATCH] Removed unimplemented method VPSSMgr_General::err --- include/cantera/thermo/VPSSMgr_General.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/include/cantera/thermo/VPSSMgr_General.h b/include/cantera/thermo/VPSSMgr_General.h index fc321865d..ae39523ea 100644 --- a/include/cantera/thermo/VPSSMgr_General.h +++ b/include/cantera/thermo/VPSSMgr_General.h @@ -283,15 +283,6 @@ private: * This object doesn't own these pointers. */ std::vector m_PDSS_ptrs; - - - //! VPStandardStateTP has its own err routine - /*! - * @param msg Error message string - */ - doublereal err(std::string msg) const; - - }; //@} }