Changeset 25165
- Timestamp:
- Aug 20, 2009, 5:49:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090820/ppImage/src/ppImageParityFlip.c
r25160 r25165 125 125 } 126 126 // flip in both directions 127 if ((xParity != xParityTarget) && (yParity == yParityTarget)) {127 if ((xParity != xParityTarget) && (yParity != yParityTarget)) { 128 128 for (int iy = 0; iy < Ny/2; iy++) { 129 129 for (int ix = 0; ix < Nx; ix++) {
Note:
See TracChangeset
for help on using the changeset viewer.
