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

Comparing trunk/OOPSE-3.0/src/io/EAMAtomTypesSectionParser.hpp (file contents):
Revision 2203 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC

# Line 1 | Line 1
1 < /*
1 > /*
2   * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved.
3   *
4   * The University of Notre Dame grants you ("Licensee") a
# Line 47 | Line 47 | namespace oopse {
47  
48   namespace oopse {
49  
50 <    /**
51 <     * @class EAMAtomTypesSectionParser EAMAtomTypesSectionParser.hpp "io/EAMAtomTypesSectionParser.hpp"
52 <     */
53 <    class EAMAtomTypesSectionParser : public SectionParser {
54 <        public:
55 <            EAMAtomTypesSectionParser();
50 >  /**
51 >   * @class EAMAtomTypesSectionParser EAMAtomTypesSectionParser.hpp "io/EAMAtomTypesSectionParser.hpp"
52 >   */
53 >  class EAMAtomTypesSectionParser : public SectionParser {
54 >  public:
55 >    EAMAtomTypesSectionParser();
56              
57 <        private:
58 <            virtual void parseLine(ForceField& ff, const std::string& line, int lineNo);
59 <            void parseEAMParamFile(ForceField& ff, AtomType* atomType, const std::string& potentialParamFile, int iden);
60 <            void parseEAMArray(std::istream& input, std::vector<double>& array, int num);
61 <    };
57 >  private:
58 >    virtual void parseLine(ForceField& ff, const std::string& line, int lineNo);
59 >    void parseEAMParamFile(ForceField& ff, AtomType* atomType, const std::string& potentialParamFile, int iden);
60 >    void parseEAMArray(std::istream& input, std::vector<double>& array, int num);
61 >  };
62  
63  
64   } //namespace oopse

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines