Fixed an error mentioned in the Cantera newsgroup.

This commit is contained in:
Harry Moffat 2006-06-13 00:24:26 +00:00
parent d6f11c26ce
commit 9d25a936a6

View file

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