SuperElastix / elastix

Official elastix repository
http://elastix.dev
Apache License 2.0
449 stars 110 forks source link

COMP: Fix `-Wshadow` warnings on local `samplenr` variable #1111

Closed N-Dekker closed 1 month ago

N-Dekker commented 1 month ago

Fixed GCC/ubuntu "warning: declaration of 'samplenr' shadows a previous local [-Wshadow]", by moving one local samplenr variable beyond the other.