diff --git a/Testing/Fa/MapActivation.cxx b/Testing/Fa/MapActivation.cxx index 0a4df0d0e1e1b7239d30cbfd26d9ad053de93035..12b168f3c283a0def780f555c99840273c40b31a 100755 --- a/Testing/Fa/MapActivation.cxx +++ b/Testing/Fa/MapActivation.cxx @@ -72,7 +72,7 @@ int main(int argc, char* argv[] ) typedef itk::ImageRegionIterator< ListImageType > IteratorType; IteratorType It1( tabreadImage, tabreadImage->GetLargestPossibleRegion() ); - const int nblines = (const int)(tabreadImage->GetLargestPossibleRegion().GetSize()[1]); + const int nblines=591; // (const int)(tabreadImage->GetLargestPossibleRegion().GetSize()[1]); const int nbcolonnes=9;//tabreadImage->GetLargestPossibleRegion().GetSize()[0];