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

Comparing branches/new_design/OOPSE-4/src/UseTheForce/DUFF.hpp (file contents):
Revision 1762 by tim, Fri Nov 19 21:38:22 2004 UTC vs.
Revision 1807 by tim, Tue Nov 30 22:43:51 2004 UTC

# Line 34 | Line 34 | namespace oopse {
34   #define USETHEFORCE_DUFF_HPP
35  
36   #include "UseTheForce/ForceField.hpp"
37 + #include "io/SectionParserManager.hpp"
38   namespace oopse {
39  
40   /**
# Line 42 | Line 43 | class DUFF : public ForceField {
43   */
44   class DUFF : public ForceField {
45      public:
46 <        virtual void parse(const std::string& filename = "DUFF.frc");
46 >        DUFF();
47 >        virtual void parse(const std::string& filename);
48  
49      private:
50 +        SectionParserManager spMan_;
51 +        /*
52          enum ParseState {
53              AtomTypeSection,
54              DirectionalAtomTypeSection,
# Line 60 | Line 64 | class DUFF : public ForceField {
64          void parseBondType(const std::string& line, int lineNo);
65          void parseBendType(const std::string& line, int lineNo);
66          void parseTorsionType(const std::string& line, int lineNo);
67 <
67 >        */
68   };
69  
70   //declare the funtion to create DUFF

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines