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

BUG: unintentional semi colon

parent c370824f
Branches
Tags
No related merge requests found
......@@ -428,7 +428,7 @@ PCAImageFilter< TInputImage, TOutputImage, TDirectionOfTransformation >
m_CovarianceEstimator->Print( os, indent.GetNextIndent() );
}
if ( !m_TransformationMatrix.GetVnlMatrix().empty() );
if ( !m_TransformationMatrix.GetVnlMatrix().empty() )
{
os << indent;
if ( !m_IsTransformationMatrixForward )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment