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

Comparing trunk/OOPSE-4/src/io/ChargeAtomTypesSectionParser.hpp (file contents):
Revision 2097 by tim, Wed Mar 9 17:30:29 2005 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC

# Line 1 | Line 1
1 < /*
1 > /*
2   * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved.
3   *
4   * The University of Notre Dame grants you ("Licensee") a
# Line 47 | Line 47 | namespace oopse {
47   #include "types/DirectionalAtomType.hpp"
48   namespace oopse {
49  
50 <    /**
51 <     * @class ChargeAtomTypesSectionParser ChargeAtomTypesSectionParser.hpp "io/ChargeAtomTypesSectionParser.hpp"
52 <     */
53 <    class ChargeAtomTypesSectionParser : public SectionParser {
54 <        public:
55 <            ChargeAtomTypesSectionParser();
50 >  /**
51 >   * @class ChargeAtomTypesSectionParser ChargeAtomTypesSectionParser.hpp "io/ChargeAtomTypesSectionParser.hpp"
52 >   */
53 >  class ChargeAtomTypesSectionParser : public SectionParser {
54 >  public:
55 >    ChargeAtomTypesSectionParser();
56              
57 <        private:
58 <            virtual void parseLine(ForceField& ff, const std::string& line, int lineNo);
57 >  private:
58 >    virtual void parseLine(ForceField& ff, const std::string& line, int lineNo);
59  
60 <    };
60 >  };
61  
62  
63   } //namespace oopse

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines