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

Comparing branches/new_design/OOPSE-2.0/src/io/ZConsReader.cpp (file contents):
Revision 1911 by tim, Mon Jan 10 18:05:45 2005 UTC vs.
Revision 1912 by tim, Mon Jan 10 20:52:07 2005 UTC

# Line 32 | Line 32 | void ZConsReader::readNextFrame(){
32  
33      fixedZmolData_.clear();
34  
35 <    istream_.getline(line, MAXBUFFERSIZE);
35 >    while(istream_.getline(line, MAXBUFFERSIZE) && line[0] == '/' && line[1] == '/');
36      sscanfCount = sscanf(line, "%lf", &curTime_);
37      if (sscanfCount != 1){
38          std::cerr << "ZConsReader Error : reading file error" << std::endl;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines