X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkResampleImage.cxx;h=661e1839a86f5a9a4a3969d13a2ea0478a472b09;hb=4f6aadc0552db99c03057d4aa40a7fc4a1697350;hp=f289128e86fe8f6ffc369b5e3644db47c7c0b079;hpb=1e034c70105f0926939acaaa27ddb46e904ae8bf;p=clitk.git diff --git a/tools/clitkResampleImage.cxx b/tools/clitkResampleImage.cxx index f289128..661e183 100644 --- a/tools/clitkResampleImage.cxx +++ b/tools/clitkResampleImage.cxx @@ -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 -======================================================================-====*/ +===========================================================================**/ // clitk #include "clitkResampleImage_ggo.h" @@ -29,7 +29,7 @@ int main(int argc, char * argv[]) GGO(clitkResampleImage, args_info); // Filter - typedef clitk::ResampleImageGenericFilter FilterType; + typedef clitk::ResampleImageGenericFilter FilterType; FilterType::Pointer filter = FilterType::New(); filter->SetArgsInfo(args_info);