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

Comparing branches/new_design/OOPSE-2.0/src/io/EAMAtomTypesSectionParser.cpp (file contents):
Revision 1783 by tim, Tue Nov 23 17:53:43 2004 UTC vs.
Revision 1784 by tim, Wed Nov 24 22:12:12 2004 UTC

# Line 24 | Line 24
24   */
25  
26   #include "io/EAMAtomTypesSectionParser.hpp"
27 + #include "types/AtomType.hpp"
28  
29   namespace oopse {
30  
# Line 66 | Line 67 | void EAMAtomTypesSectionParser::parseEAMParamFile(Atom
67      const std::string& potentialParamFile, int ident) {
68  
69      ifstrstream* ppfStream;
70 <    ppfStream = openForceFiledFile(potentialParamFile);
70 >    ppfStream = openForceFieldFile(potentialParamFile);
71      const int bufferSize = 65535;
72      char buffer[bufferSize];
73      std::string line;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines