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

Comparing trunk/OOPSE-2.0/src/UseTheForce/EAM_FF.hpp (file contents):
Revision 2050 by gezelter, Fri Feb 18 15:58:22 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 39 | Line 39
39   * such damages.
40   */
41  
42 < /**
43 <  * @file EAM_FF.hpp
44 <  * @author tlin
45 <  * @date 11/15/2004
46 <  * @time 13:43am
47 <  * @version 1.0
48 <  */
42 > /**
43 > * @file EAM_FF.hpp
44 > * @author tlin
45 > * @date 11/15/2004
46 > * @time 13:43am
47 > * @version 1.0
48 > */
49   #ifndef USETHEFORCE_EAM_FF_HPP
50   #define USETHEFORCE_EAM_FF_HPP
51  
# Line 54 | Line 54 | namespace oopse {
54   #include "UseTheForce/ForceFieldCreator.hpp"
55   namespace oopse {
56  
57 < /**
58 < * @class EAM_FF EAM_FF.hpp "UseTheForce/EAM_FF.hpp"
59 < * @brief Embedded Atom Method Force Field Parser
60 < */
61 < class EAM_FF : public ForceField {
62 <    public:
63 <        EAM_FF();
64 <        virtual void parse(const std::string& filename);
57 >  /**
58 >   * @class EAM_FF EAM_FF.hpp "UseTheForce/EAM_FF.hpp"
59 >   * @brief Embedded Atom Method Force Field Parser
60 >   */
61 >  class EAM_FF : public ForceField {
62 >  public:
63 >    EAM_FF();
64 >    virtual void parse(const std::string& filename);
65  
66 <         virtual double getRcutFromAtomType(AtomType* at);
66 >    virtual double getRcutFromAtomType(AtomType* at);
67  
68 <    private:
69 <        SectionParserManager spMan_;
68 >    ~EAM_FF();
69 >  private:
70 >    SectionParserManager spMan_;
71  
72 < };
72 >  };
73  
74   } //end namespace oopse
75   #endif //USETHEFORCE_EAM_FF_HPP

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines