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::