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

Comparing trunk/OOPSE-4/src/UseTheForce/EAM_FF.hpp (file contents):
Revision 2050 by gezelter, Fri Feb 18 15:58:22 2005 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 2006 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  
52   #include "UseTheForce/ForceField.hpp"
53   #include "io/SectionParserManager.hpp"
54   #include "UseTheForce/ForceFieldCreator.hpp"
55 + #include "io/ForceFieldOptions.hpp"
56   namespace oopse {
57  
58 < /**
59 < * @class EAM_FF EAM_FF.hpp "UseTheForce/EAM_FF.hpp"
60 < * @brief Embedded Atom Method Force Field Parser
61 < */
62 < class EAM_FF : public ForceField {
63 <    public:
64 <        EAM_FF();
65 <        virtual void parse(const std::string& filename);
58 >  /**
59 >   * @class EAM_FF EAM_FF.hpp "UseTheForce/EAM_FF.hpp"
60 >   * @brief Embedded Atom Method Force Field Parser
61 >   */
62 >  class EAM_FF : public ForceField {
63 >  public:
64 >    EAM_FF();
65 >    virtual void parse(const std::string& filename);
66  
67 <         virtual double getRcutFromAtomType(AtomType* at);
67 >    virtual RealType getRcutFromAtomType(AtomType* at);
68  
69 <    private:
70 <        SectionParserManager spMan_;
69 >    ~EAM_FF();
70 >  private:
71 >    SectionParserManager spMan_;
72  
73 < };
73 >  };
74  
75   } //end namespace oopse
76   #endif //USETHEFORCE_EAM_FF_HPP

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines