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