From ee94266939f002a77692a57c4493adc977bb1fdd Mon Sep 17 00:00:00 2001 From: Victor Brunini Date: Fri, 7 Mar 2014 17:21:14 +0000 Subject: [PATCH] MaskellSolidSolnPhase: throw in unimplemented functions. --- src/thermo/MaskellSolidSolnPhase.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/thermo/MaskellSolidSolnPhase.cpp b/src/thermo/MaskellSolidSolnPhase.cpp index 46fdc12a3..5a67b6e51 100644 --- a/src/thermo/MaskellSolidSolnPhase.cpp +++ b/src/thermo/MaskellSolidSolnPhase.cpp @@ -212,16 +212,19 @@ getChemPotentials_RT(doublereal* mu) const void MaskellSolidSolnPhase::getPartialMolarEnthalpies(doublereal* hbar) const { + throw CanteraError("MaskellSolidSolnPhase::getPartialMolarEnthalpies()", "Not yet implemented."); } void MaskellSolidSolnPhase:: getPartialMolarEntropies(doublereal* sbar) const { + throw CanteraError("MaskellSolidSolnPhase::getPartialMolarEntropies()", "Not yet implemented."); } void MaskellSolidSolnPhase:: getPartialMolarCp(doublereal* cpbar) const { + throw CanteraError("MaskellSolidSolnPhase::getPartialMolarCp()", "Not yet implemented."); } void MaskellSolidSolnPhase::