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

Comparing trunk/OOPSE-2.0/src/io/StickyPowerAtomTypesSectionParser.hpp (file contents):
Revision 2220 by chrisfen, Thu May 5 14:47:35 2005 UTC vs.
Revision 2501 by chuckv, Thu Dec 8 15:38:49 2005 UTC

# Line 43 | Line 43 | namespace oopse {
43   #define IO_STICKYPOWERATOMTYPESSECTIONPARSER_HPP
44  
45   #include "io/SectionParser.hpp"
46 + #include "io/ForceFieldOptions.hpp"
47 +
48   namespace oopse {
49  
50    /**
# Line 50 | Line 52 | namespace oopse {
52     */
53    class StickyPowerAtomTypesSectionParser : public SectionParser {
54    public:
55 <    StickyPowerAtomTypesSectionParser();
55 >    StickyPowerAtomTypesSectionParser(ForceFieldOptions& options);
56    private:
57      virtual void parseLine(ForceField& ff, const std::string& line, int lineNo);
58 <            
58 >    ForceFieldOptions& options_;
59    };
60  
61  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines