X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=itk%2FclitkBackProjectImageFilter.txx;h=c07033602c188e1075bd931bf69991727f25083b;hb=1eaa43a8aa678f784fd0f4b587d45c1435285214;hp=9091f0d3beb789e4ae9bec96ed760f95588b10fb;hpb=13b9b1bbed880af93318198be2a8c227f4e987f1;p=clitk.git diff --git a/itk/clitkBackProjectImageFilter.txx b/itk/clitkBackProjectImageFilter.txx index 9091f0d..c070336 100644 --- a/itk/clitkBackProjectImageFilter.txx +++ b/itk/clitkBackProjectImageFilter.txx @@ -303,7 +303,7 @@ namespace clitk template void BackProjectImageFilter - ::ThreadedGenerateData( const OutputImageRegionType & outputRegionForThread, itk::ThreadIdType threadId ) + ::ThreadedGenerateData( const OutputImageRegionType & outputRegionForThread, int threadId ) { //Projection pointer InputImageConstPointer inputPtr=this->GetInput();