X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=registration%2FclitkLinearCombinationImageFilter.txx;h=eeb61ff46ddb599a47af5f883a22bce113479f34;hb=db115de89af274d19472eec04ee49e100fdfd4fa;hp=b2ec7d9296ead6c3bd3cac8e264e5a32cbd732dc;hpb=657652a78c2e2717a6f77e027049173442ca29f0;p=clitk.git diff --git a/registration/clitkLinearCombinationImageFilter.txx b/registration/clitkLinearCombinationImageFilter.txx index b2ec7d9..eeb61ff 100644 --- a/registration/clitkLinearCombinationImageFilter.txx +++ b/registration/clitkLinearCombinationImageFilter.txx @@ -3,7 +3,7 @@ Authors belong to: - University of LYON http://www.universite-lyon.fr/ - - Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr + - Léon Bérard cancer center http://www.centreleonberard.fr - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr This software is distributed WITHOUT ANY WARRANTY; without even @@ -14,7 +14,7 @@ - BSD See included LICENSE.txt file - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html -======================================================================-====*/ +===========================================================================**/ #ifndef __clitkLinearCombinationImageFilter_txx #define __clitkLinearCombinationImageFilter_txx #include "clitkLinearCombinationImageFilter.h" @@ -71,7 +71,7 @@ namespace clitk template void LinearCombinationImageFilter - ::ThreadedGenerateData(const OutputImageRegionType &threadRegion, int threadId) + ::ThreadedGenerateData(const OutputImageRegionType &threadRegion, itk::ThreadIdType threadId) { //Pointers to input and output typename InputImageType::ConstPointer input1=this->GetInput(0);