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 1770 by tim, Tue Nov 23 17:53:43 2004 UTC vs.
Revision 1840 by tim, Fri Dec 3 00:26:07 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 + #include "UseTheForce/ForceFieldCreator.hpp"
39   namespace oopse {
40  
41   /**
# Line 43 | Line 45 | class DUFF : public ForceField {
45   class DUFF : public ForceField {
46      public:
47          DUFF();
48 <        virtual void parse(const std::string& filename = "DUFF.frc");
48 >        virtual void parse(const std::string& filename);
49  
50      private:
51          SectionParserManager spMan_;
# Line 66 | Line 68 | class DUFF : public ForceField {
68          */
69   };
70  
71 < //declare the funtion to create DUFF
70 < ForceField* createDUFF();
71 <
71 > //static ForceFieldBuilder<DUFF>* DUFFCreator = new ForceFieldBuilder<DUFF>("DUFF");
72   } //end namespace oopse
73   #endif //USETHEFORCE_DUFF_HPP
74  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines