From 1705b880a734605930fa5f7f9ed9a6738f66a40c Mon Sep 17 00:00:00 2001 From: Thomas Feuvrier <thomas.feuvrier@c-s.fr> Date: Wed, 19 Sep 2007 08:38:09 +0000 Subject: [PATCH] Correction cast "const int" : valeur claquee en dur provisoirement car PB compil sosu Visual. Remarque : ce test risque de disparaitre. Cf Vincent CNES. --- Testing/Fa/MapActivation.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Testing/Fa/MapActivation.cxx b/Testing/Fa/MapActivation.cxx index 0a4df0d0e1..12b168f3c2 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]; -- GitLab