ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/io/EAMAtomTypesSectionParser.hpp
(Generate patch)

Comparing trunk/OOPSE-4/src/io/EAMAtomTypesSectionParser.hpp (file contents):
Revision 2500 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2501 by chuckv, Thu Dec 8 15:38:49 2005 UTC

# Line 44 | Line 44
44  
45   #include "io/SectionParser.hpp"
46   #include "types/AtomType.hpp"
47 + #include "io/ForceFieldOptions.hpp"
48  
49   namespace oopse {
50  
# Line 52 | Line 53 | namespace oopse {
53     */
54    class EAMAtomTypesSectionParser : public SectionParser {
55    public:
56 <    EAMAtomTypesSectionParser();
56 >    EAMAtomTypesSectionParser(ForceFieldOptions& options);
57              
58    private:
59      virtual void parseLine(ForceField& ff, const std::string& line, int lineNo);
60      void parseEAMParamFile(ForceField& ff, AtomType* atomType, const std::string& potentialParamFile, int iden);
61      void parseEAMArray(std::istream& input, std::vector<double>& array, int num);
62 +    ForceFieldOptions& options_;
63    };
64  
65  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines