Skip to content
Snippets Groups Projects
Commit 36bb8382 authored by Julien Malik's avatar Julien Malik
Browse files

ENH: remove ugly temporary hack

parent d12c8ffc
No related branches found
No related tags found
No related merge requests found
......@@ -64,8 +64,8 @@ RadiometricMomentsImageFunction<TInputImage,TCoordRep>
}
// Check for out of buffer
Self* _this = const_cast<Self*>(this);
_this->SetInputImage( this->GetInputImage() );
//Self* _this = const_cast<Self*>(this);
//_this->SetInputImage( this->GetInputImage() );
if ( !this->IsInsideBuffer( index ) )
{
return moments;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment