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

Comparing trunk/OOPSE-4/src/io/BondTypesSectionParser.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_BONDTYPESSECTIONPARSER_HPP
44   #include <map>
45   #include "io/SectionParser.hpp"
46 + #include "io/ForceFieldOptions.hpp"
47   namespace oopse {
48  
49    /**
# Line 50 | Line 51 | namespace oopse {
51     */
52    class BondTypesSectionParser : public SectionParser {
53    public:
54 <    BondTypesSectionParser();
54 >    BondTypesSectionParser(ForceFieldOptions& options);
55              
56    private:
57  
# Line 68 | Line 69 | namespace oopse {
69      BondTypeEnum getBondTypeEnum(const std::string& str);  
70  
71      std::map<std::string, BondTypeEnum> stringToEnumMap_;  
72 +    ForceFieldOptions& options_;
73    };
74  
75  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines