Skip to content
Snippets Groups Projects
Commit 1705b880 authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

Correction cast "const int" : valeur claquee en dur provisoirement car PB compil sosu Visual.

Remarque :  ce test risque de disparaitre. Cf Vincent CNES.
parent 5bce461e
Branches
Tags
No related merge requests found
......@@ -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];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment