# | 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(); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |