X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=itk%2FclitkBackProjectImageFilter.txx;h=c07033602c188e1075bd931bf69991727f25083b;hb=260f7d2505096b3234faf09209ff227f5eeddafd;hp=9091f0d3beb789e4ae9bec96ed760f95588b10fb;hpb=7bf9a4e01ea80f06257ece374f291abb513c09fc;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();