--- branches/new_design/OOPSE-4/src/io/EAMAtomTypesSectionParser.hpp 2004/11/29 14:49:51 1788 +++ branches/new_design/OOPSE-4/src/io/EAMAtomTypesSectionParser.hpp 2004/11/29 15:27:43 1789 @@ -27,6 +27,8 @@ namespace oopse { #define IO_EAMATOMTYPESSECTIONPARSER_HPP #include "io/SectionParser.hpp" +#include "types/AtomType.hpp" + namespace oopse { /** @@ -38,8 +40,8 @@ namespace oopse { private: virtual void parseLine(ForceField& ff, const std::string& line, int lineNo); - void parseEAMParamFile(AtomType* atomType, const std::string potentialParamFile, int ident); - void parseEAMArray(ifstrstream* ppfStream, std::vector& array, int num); + void parseEAMParamFile(ForceField& ff, AtomType* atomType, const std::string& potentialParamFile, int iden); + void parseEAMArray(std::istream& input, std::vector& array, int num); };