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

Comparing branches/new_design/OOPSE-3.0/src/UseTheForce/DUFF.hpp (file contents):
Revision 1769 by tim, Fri Nov 19 21:38:22 2004 UTC vs.
Revision 1770 by tim, Tue Nov 23 17:53:43 2004 UTC

# Line 42 | Line 42 | class DUFF : public ForceField {
42   */
43   class DUFF : public ForceField {
44      public:
45 +        DUFF();
46          virtual void parse(const std::string& filename = "DUFF.frc");
47  
48      private:
49 +        SectionParserManager spMan_;
50 +        /*
51          enum ParseState {
52              AtomTypeSection,
53              DirectionalAtomTypeSection,
# Line 60 | Line 63 | class DUFF : public ForceField {
63          void parseBondType(const std::string& line, int lineNo);
64          void parseBendType(const std::string& line, int lineNo);
65          void parseTorsionType(const std::string& line, int lineNo);
66 <
66 >        */
67   };
68  
69   //declare the funtion to create DUFF

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines