ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/UseTheForce/DUFF.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-3.0/src/UseTheForce/DUFF.hpp (file contents):
Revision 1758 by tim, Fri Nov 19 17:56:32 2004 UTC vs.
Revision 1759 by tim, Fri Nov 19 18:02:33 2004 UTC

# Line 45 | Line 45 | class DUFF : public ForceField {
45          virtual void parse(const std::string& filename = "DUFF.frc");
46  
47      private:
48
48          enum ParseState {
49              AtomTypeSection,
50              DirectionalAtomTypeSection,
# Line 57 | Line 56 | class DUFF : public ForceField {
56  
57          ParseState getSection(const std::string& section);
58          
59 <        void parseAtomType(const std::string& line, int lineNo);
59 >        void parseAtomType(const std::string& line, int lineNo, int& ident);
60          void parseBondType(const std::string& line, int lineNo);
61          void parseBendType(const std::string& line, int lineNo);
62          void parseTorsionType(const std::string& line, int lineNo);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines