From 9d25a936a6a84ee0f65afb1bbae49e77bb7fb6c5 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Tue, 13 Jun 2006 00:24:26 +0000 Subject: [PATCH] Fixed an error mentioned in the Cantera newsgroup. --- Cantera/src/LatticeSolidPhase.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cantera/src/LatticeSolidPhase.h b/Cantera/src/LatticeSolidPhase.h index 760fc9dad..9e1162b98 100644 --- a/Cantera/src/LatticeSolidPhase.h +++ b/Cantera/src/LatticeSolidPhase.h @@ -70,8 +70,7 @@ namespace Cantera { virtual void setParametersFromXML(const XML_Node& eosdata); - void LatticeSolidPhase::setLatticeMoleFractions(int n, - string x); + void setLatticeMoleFractions(int n, string x); protected: