]> Creatis software - gdcm.git/commit
Fix bug on ImagePositionPatientOrdering.
authorjpr <jpr>
Thu, 14 Feb 2008 21:21:58 +0000 (21:21 +0000)
committerjpr <jpr>
Thu, 14 Feb 2008 21:21:58 +0000 (21:21 +0000)
commitaaf749da6201a482b2e357c4aaf6e95828569e4a
tree61ddd949ef66c10c97a717204a9b44b53b1a8297
parent203308e348e81aedbc79f228ae1532f975f48f9f
Fix bug on ImagePositionPatientOrdering.
    // the upper_bound function increments the iterator to the next non-duplicate entry
    // The for loop iteration also increments the iterator, which causes the code to skip every other image
    // --> decrement the iterator after the upper_bound function call
Thx to David Feng for providing fix
src/gdcmSerieHelper.cxx