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

Comparing trunk/OOPSE-2.0/src/io/DumpReader.cpp (file contents):
Revision 1930 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 1957 by tim, Tue Jan 25 17:45:23 2005 UTC

# Line 80 | Line 80 | DumpReader::DumpReader(SimInfo* info, const std::strin
80          inFile_ = fopen(filename_.c_str(), "r");
81  
82          if (inFile_ == NULL) {
83 <            sprintf(painCave.errMsg, "Cannot open file: %s\n", filename_.c_str());
83 >            sprintf(painCave.errMsg, "DumpReader: Cannot open file: %s\n", filename_.c_str());
84              painCave.isFatal = 1;
85              simError();
86          }
# Line 254 | Line 254 | void DumpReader::readSet(int whichFrame) {
254                      "does not match the meta-data file's nIntegrable, %d.\n",
255                  filename_.c_str(),
256                  nTotObjs,
257 <                info_->getNIntegrableObjects());
257 >                info_->getNGlobalIntegrableObjects());
258  
259          painCave.isFatal = 1;
260          simError();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines