From: schaerer Date: Mon, 26 Jul 2010 11:24:16 +0000 (+0000) Subject: fix instantiation problem X-Git-Tag: v1.2.0~473 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=ba31bdc6a30da917de2619e3fde53178fe253753;p=clitk.git fix instantiation problem --- diff --git a/itk/clitkLocallyAdaptiveBinaryThresholdImageFunction.h b/itk/clitkLocallyAdaptiveBinaryThresholdImageFunction.h index ab5a164..5c4817d 100644 --- a/itk/clitkLocallyAdaptiveBinaryThresholdImageFunction.h +++ b/itk/clitkLocallyAdaptiveBinaryThresholdImageFunction.h @@ -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