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

Comparing trunk/OOPSE-3.0/src/io/AtomTypesSectionParser.hpp (file contents):
Revision 1930 by gezelter, Wed Jan 12 22:41:40 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 46 | Line 46 | namespace oopse {
46   #include "io/SectionParser.hpp"
47   namespace oopse {
48  
49 <    /**
50 <     * @class AtomTypesSectionParser AtomTypesSectionParser.hpp "io/AtomTypesSectionParser.hpp"
51 <     */
52 <    class AtomTypesSectionParser : public SectionParser {
53 <        public:
54 <            AtomTypesSectionParser();
55 <        private:
56 <            void parseLine(ForceField& ff, const std::string& line, int lineNo);
49 >  /**
50 >   * @class AtomTypesSectionParser AtomTypesSectionParser.hpp "io/AtomTypesSectionParser.hpp"
51 >   */
52 >  class AtomTypesSectionParser : public SectionParser {
53 >  public:
54 >    AtomTypesSectionParser();
55 >  private:
56 >    void parseLine(ForceField& ff, const std::string& line, int lineNo);
57              
58 <    };
58 >  };
59  
60  
61   } //namespace oopse

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines