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

Comparing trunk/OOPSE-2.0/src/io/TorsionTypesSectionParser.hpp (file contents):
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2501 by chuckv, Thu Dec 8 15:38:49 2005 UTC

# Line 43 | Line 43 | namespace oopse {
43   #define IO_TORSIONTYPESSECTIONPARSER_HPP
44   #include <map>
45   #include "io/SectionParser.hpp"
46 + #include "io/ForceFieldOptions.hpp"
47 +
48   namespace oopse {
49  
50    /**
# Line 52 | Line 54 | namespace oopse {
54    public:
55  
56              
57 <    TorsionTypesSectionParser();
57 >    TorsionTypesSectionParser(ForceFieldOptions& options);
58    private:
59  
60  
# Line 71 | Line 73 | namespace oopse {
73              
74  
75      std::map<std::string, TorsionTypeEnum> stringToEnumMap_;
76 +    ForceFieldOptions& options_;
77    };
78  
79  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines