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

Comparing trunk/OOPSE-2.0/src/io/StickyAtomTypesSectionParser.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_STICKYATOMTYPESSECTIONPARSER_HPP
44  
45   #include "io/SectionParser.hpp"
46 + #include "io/ForceFieldOptions.hpp"
47   namespace oopse {
48  
49    /**
# Line 50 | Line 51 | namespace oopse {
51     */
52    class StickyAtomTypesSectionParser : public SectionParser {
53    public:
54 <    StickyAtomTypesSectionParser();
54 >    StickyAtomTypesSectionParser(ForceFieldOptions& options);
55    private:
56      virtual void parseLine(ForceField& ff, const std::string& line, int lineNo);
57 +    ForceFieldOptions& options_;
58              
59    };
60  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines