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

Comparing branches/new_design/OOPSE-4/src/UseTheForce/EAM.cpp (file contents):
Revision 1782 by tim, Mon Nov 22 23:04:16 2004 UTC vs.
Revision 1783 by tim, Wed Nov 24 21:33:00 2004 UTC

# Line 37 | Line 37 | void EAM::parse(const std::string& filename) {
37  
38   void EAM::parse(const std::string& filename) {
39      ifstrstream* ffStream;
40 <    ffStream = openForceFiledFile(filename);
40 >    ffStream = openForceFieldFile(filename);
41      const int bufferSize = 65535;
42      char buffer[bufferSize];
43      std::string line;
# Line 99 | Line 99 | void EAM::parseEAMParamFile(const std::string& potenti
99   void EAM::parseEAMParamFile(const std::string& potentialParamFile, int ident) {
100  
101      ifstrstream* ppfStream;
102 <    ppfStream = openForceFiledFile(potentialParamFile);
102 >    ppfStream = openForceFieldFile(potentialParamFile);
103      const int bufferSize = 65535;
104      char buffer[bufferSize];
105      std::string line;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines