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

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines