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 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 43 | Line 44 | class DUFF : public ForceField {
44   class DUFF : public ForceField {
45      public:
46          DUFF();
47 <        virtual void parse(const std::string& filename = "DUFF.frc");
47 >        virtual void parse(const std::string& filename);
48  
49      private:
50          SectionParserManager spMan_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines