Changeset 95f86a3
- Timestamp:
- 08/26/16 20:03:18 (8 years ago)
- Branches:
- master, pympi
- Children:
- bd84570
- Parents:
- 7ff84e0
- git-author:
- Hal Finkel <hfinkel@…> (08/26/16 20:03:18)
- git-committer:
- Hal Finkel <hfinkel@…> (08/26/16 20:03:18)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GenericIORewrite.cxx
r7ff84e0 r95f86a3 80 80 } 81 81 82 for (size_t i = 0; i < VI.size(); ++i) 82 for (size_t i = 0; i < VI.size(); ++i) { 83 if (NR != NRanks) { 84 // When dropping topology information, also drop the related column tags. 85 VI[i].IsPhysCoordX = VI[i].IsPhysCoordY = VI[i].IsPhysCoordZ = 86 VI[i].MaybePhysGhost = false; 87 } 88 83 89 NewGIO.addVariable(VI[i], &Vars[i][0], GenericIO::VarHasExtraSpace); 90 } 84 91 85 92 NewGIO.write();
Note: See TracChangeset
for help on using the changeset viewer.