]> Creatis software - clitk.git/blobdiff - registration/clitkDeformationFieldTransform.txx
Debug RTStruct conversion with empty struc
[clitk.git] / registration / clitkDeformationFieldTransform.txx
index af003f44786d284daa1ca5c7cbb563abc2386abb..c93b456579337f3a241f13e566adad5f9523a38d 100644 (file)
@@ -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 __clitkDeformationFieldTransform_txx
 #define __clitkDeformationFieldTransform_txx
 #include "clitkDeformationFieldTransform.h"
@@ -25,8 +25,8 @@ namespace clitk
 
   // Constructor
   template<class TScalarType, unsigned int InputDimension, unsigned int OutputDimension, unsigned int SpaceDimension>
-  DeformationFieldTransform<TScalarType, InputDimension, OutputDimension, SpaceDimension>
-  ::DeformationFieldTransform():Superclass(OutputDimension,1)
+  DeformationFieldTransform<TScalarType, InputDimension, OutputDimension, SpaceDimension>::DeformationFieldTransform():Superclass(1)
+
   {
      m_DeformationField=NULL;
      m_Interpolator=DefaultInterpolatorType::New();