]> Creatis software - clitk.git/commitdiff
fix instantiation problem
authorschaerer <schaerer>
Mon, 26 Jul 2010 11:24:16 +0000 (11:24 +0000)
committerschaerer <schaerer>
Mon, 26 Jul 2010 11:24:16 +0000 (11:24 +0000)
itk/clitkLocallyAdaptiveBinaryThresholdImageFunction.h

index ab5a164522ba12d4ce4923aff57155ba8923c52e..5c4817ddfffb2cb86befab94c2eac015afe37b1c 100644 (file)
@@ -134,18 +134,6 @@ private:
                                          LocallyAdaptiveBinaryThresholdImageFunction##y; } \
   }
 
-#if ITK_TEMPLATE_EXPLICIT
-# include "Templates/clitkLocallyAdaptiveBinaryThresholdImageFunction+-.h"
-#endif
-
-#if ITK_TEMPLATE_TXX
 # include "clitkLocallyAdaptiveBinaryThresholdImageFunction.txx"
-#endif
-
-/*
-#ifndef ITK_MANUAL_INSTANTIATION
-#include "clitkLocallyAdaptiveBinaryThresholdImageFunction.txx"
-#endif
-*/
 
 #endif