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

Comparing trunk/OOPSE-2.0/src/io/MultipoleAtomTypesSectionParser.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 MultipoleAtomTypesSectionParser : public SectionParser {
55    public:
56 <    MultipoleAtomTypesSectionParser();
56 >    MultipoleAtomTypesSectionParser(ForceFieldOptions& options);
57              
58    private:
59      virtual void parseLine(ForceField& ff, const std::string& line, int lineNo);
# Line 60 | Line 61 | namespace oopse {
61      void parseDipole(StringTokenizer& tokenizer, DirectionalAtomType* dAtomType, int lineNo);
62      void parseSplitDipole(StringTokenizer& tokenizer, DirectionalAtomType* dAtomType, int lineNo);
63      void parseQuadruple(StringTokenizer& tokenizer, DirectionalAtomType* dAtomType, int lineNo);
64 +    ForceFieldOptions& options_;
65    };
66  
67  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines