X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=registration%2FclitkAffineRegistration.cxx;h=7edc10de3c688766ff69d43b5773bfd8baf62cb2;hb=e751b47051ae80ecd388418ae39b388f15e627eb;hp=be28d2b29902104c5d6a1617480c98fff9fff5fb;hpb=d3a8785c38acdde8014abd79f592bc862b1bb00c;p=clitk.git diff --git a/registration/clitkAffineRegistration.cxx b/registration/clitkAffineRegistration.cxx index be28d2b..7edc10d 100644 --- a/registration/clitkAffineRegistration.cxx +++ b/registration/clitkAffineRegistration.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 #include "clitkIO.h" @@ -29,7 +29,7 @@ int main( int argc, char *argv[] ) //=========================================================================== //Set all the options passed through the commandline - typedef clitk::AffineRegistrationGenericFilter FilterType; + typedef clitk::AffineRegistrationGenericFilter FilterType; FilterType::Pointer genericFilter = FilterType::New(); genericFilter->SetArgsInfo(args_info); genericFilter->Update();