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

Comparing branches/new_design/OOPSE-3.0/src/io/DumpReader.cpp (file contents):
Revision 1882 by tim, Tue Dec 7 05:00:31 2004 UTC vs.
Revision 1883 by tim, Mon Dec 13 22:30:27 2004 UTC

# Line 299 | Line 299 | void DumpReader::readSet(int whichFrame) {
299                          "does not match the meta-data file's nIntegrable, %d.\n",
300                      filename_.c_str(),
301                      nTotObjs,
302 <                    info_->getTotIntegrableObjects());
302 >                    info_->getNGlobalIntegrableObjects());
303  
304              painCave.isFatal = 1;
305              simError();
# Line 325 | Line 325 | void DumpReader::readSet(int whichFrame) {
325          parseCommentLine(read_buffer, info_->getSnapshotManager()->getCurrentSnapshot());
326  
327          for(i = 0; i < info_->getNGlobalMolecules(); i++) {
328 <            which_node = info_->getMolToProc(i);
328 >            int which_node = info_->getMolToProc(i);
329  
330              if (which_node == masterNode) {
331                  //molecules belong to master node
# Line 393 | Line 393 | void DumpReader::readSet(int whichFrame) {
393          parseCommentLine(read_buffer, info_->getSnapshotManager()->getCurrentSnapshot());
394  
395          for(i = 0; i < info_->getNGlobalMolecules(); i++) {
396 <            which_node = info_->getMolToProc(i);
396 >            int which_node = info_->getMolToProc(i);
397  
398              if (which_node == worldRank) {
399                  //molecule with global index i belongs to this processor

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines