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

Comparing trunk/OOPSE-4/src/UseTheForce/DUFF.hpp (file contents):
Revision 2189 by chuckv, Wed Apr 13 20:36:45 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 DUFF.hpp
44 <  * @author tlin
45 <  * @date 11/15/2004
46 <  * @time 13:43am
47 <  * @version 1.0
48 <  */
42 > /**
43 > * @file DUFF.hpp
44 > * @author tlin
45 > * @date 11/15/2004
46 > * @time 13:43am
47 > * @version 1.0
48 > */
49   #ifndef USETHEFORCE_DUFF_HPP
50   #define USETHEFORCE_DUFF_HPP
51  
# Line 54 | Line 54 | namespace oopse {
54   #include "UseTheForce/ForceFieldCreator.hpp"
55   namespace oopse {
56  
57 < /**
58 < * @class DUFF DUFF.hpp "UseTheForce/DUFF.hpp"
59 < * @brief Dipole United Atom Force Field Parser
60 < */
61 < class DUFF : public ForceField {
62 <    public:
63 <        DUFF();
64 <        virtual void parse(const std::string& filename);
65 <                                ~DUFF();
57 >  /**
58 >   * @class DUFF DUFF.hpp "UseTheForce/DUFF.hpp"
59 >   * @brief Dipole United Atom Force Field Parser
60 >   */
61 >  class DUFF : public ForceField {
62 >  public:
63 >    DUFF();
64 >    virtual void parse(const std::string& filename);
65 >    ~DUFF();
66  
67 <    private:
68 <        SectionParserManager spMan_;
67 >  private:
68 >    SectionParserManager spMan_;
69  
70 < };
70 >  };
71  
72   } //end namespace oopse
73   #endif //USETHEFORCE_DUFF_HPP

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines