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

Comparing trunk/OOPSE-2.0/src/io/EAMAtomTypesSectionParser.cpp (file contents):
Revision 1930 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 1945 by tim, Fri Jan 14 16:49:46 2005 UTC

# Line 144 | Line 144 | void EAMAtomTypesSectionParser::parseEAMArray(std::ist
144      const int bufferSize = 65535;
145      char buffer[bufferSize];
146      std::string line;
147    int readLines = num/dataPerLine;
147      int lineCount = 0;
148  
149      while(lineCount < nlinesToRead && input.getline(buffer, bufferSize) ){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines