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

Comparing branches/new_design/OOPSE-3.0/src/io/EAMAtomTypesSectionParser.cpp (file contents):
Revision 1892 by tim, Thu Dec 16 17:27:47 2004 UTC vs.
Revision 1893 by tim, Thu Dec 16 18:55:16 2004 UTC

# Line 107 | Line 107 | void EAMAtomTypesSectionParser::parseEAMParamFile(Forc
107      } else {
108  
109      }
110 <    
110 >
111 >    parseEAMArray(*ppfStream, eamParam.Frhovals, eamParam.nrho);    
112      parseEAMArray(*ppfStream, eamParam.rvals, eamParam.nr);
113      parseEAMArray(*ppfStream, eamParam.rhovals, eamParam.nr);
113    parseEAMArray(*ppfStream, eamParam.Frhovals, eamParam.nrho);
114      
115      atomType->addProperty(new EAMParamGenericData("EAM", eamParam));
116   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines