Removed unimplemented method VPSSMgr_General::err

This commit is contained in:
Ray Speth 2012-10-24 15:46:15 +00:00
parent 94d08f1d5e
commit c9ba50ecc6

View file

@ -283,15 +283,6 @@ private:
* This object doesn't own these pointers.
*/
std::vector<PDSS*> m_PDSS_ptrs;
//! VPStandardStateTP has its own err routine
/*!
* @param msg Error message string
*/
doublereal err(std::string msg) const;
};
//@}
}