]> Creatis software - clitk.git/blobdiff - itk/RelativePositionPropImageFilter.txx
FIX: cant pipe cout to cerr.
[clitk.git] / itk / RelativePositionPropImageFilter.txx
index 15a5773cd802648533cc96343ddd0b29f04cd736..eee0f0a748c95a99e63def5712a0c166ee50dbb0 100644 (file)
@@ -86,8 +86,6 @@ namespace itk
   ::GenerateData()
   {
 
-    // std::cout <<"GenerateData" << std::endl;
-
     this->AllocateOutputs();
     computeDirection();
     typename InputImageType::ConstPointer input = this->GetInput();
@@ -131,7 +129,6 @@ namespace itk
   
     if(!m_Fast)
       {  
-        DD(m_Fast);
         for(int i=0;i<pow((double)2,(int)ImageDimension);i++)
           {
             int orient[ImageDimension];