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

Comparing branches/new_design/OOPSE-4/src/io/BondTypesSectionParser.hpp (file contents):
Revision 1800 by tim, Tue Nov 30 04:14:43 2004 UTC vs.
Revision 1801 by tim, Tue Nov 30 04:43:29 2004 UTC

# Line 25 | Line 25
25  
26   #ifndef IO_BONDTYPESSECTIONPARSER_HPP
27   #define IO_BONDTYPESSECTIONPARSER_HPP
28 <
28 > #include <map>
29   #include "io/SectionParser.hpp"
30   namespace oopse {
31  
# Line 49 | Line 49 | namespace oopse {
49              
50              void parseLine(ForceField& ff, const std::string& line, int lineNo);
51    
52 <            BondTypeEnum getTorsionTypeEnum(const std::string& str);  
52 >            BondTypeEnum getBondTypeEnum(const std::string& str);  
53  
54              std::map<std::string, BondTypeEnum> stringToEnumMap_;  
55      };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines