X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkVFResampleGenericFilter.cxx;h=4175215526c030e19e5ba3c32d7bccd25ee79ce2;hb=8c110a6b043a6b85c1a0c4762fbfff4c3bea5c7d;hp=6bbcff55a70da893d35bebd54b0f69e5f57b4bc1;hpb=65aef3ac46440b21894dd0b360acaaabb906bea8;p=clitk.git diff --git a/tools/clitkVFResampleGenericFilter.cxx b/tools/clitkVFResampleGenericFilter.cxx old mode 100755 new mode 100644 index 6bbcff5..4175215 --- a/tools/clitkVFResampleGenericFilter.cxx +++ b/tools/clitkVFResampleGenericFilter.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 -======================================================================-====*/ +===========================================================================**/ #ifndef CLITKVFRESAMPLEGENERICFILTER_CXX #define CLITKVFRESAMPLEGENERICFILTER_CXX @@ -41,7 +41,7 @@ void clitk::VFResampleGenericFilter::InitializeImageType() { //typedef itk::Vector v3f; //ADD_IMAGE_TYPE(Dim, v3f); - ADD_VEC_IMAGE_TYPE(Dim, Dim, float) + ADD_DEFAULT_VEC_IMAGE_TYPES } //--------------------------------------------------------------------