Skip to content

Commit

Permalink
ENH: Add clarification.
Browse files Browse the repository at this point in the history
  • Loading branch information
ntustison committed May 9, 2017
1 parent a434a9e commit 0740f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/LabelGeometryMeasures.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ int LabelGeometryMeasures( int argc, char * argv[] )
// std::cout << "Number of labels: " << labelGeometryFilter->GetNumberOfLabels() << std::endl;
// std::cout << "Label geometry measures." << std::endl;
std::cout << std::left << std::setw( 7 ) << "Label"
<< std::left << std::setw( 10 ) << "Volume"
<< std::left << std::setw( 10 ) << "Volume(voxels)"
<< std::left << std::setw( 15 ) << "SurfArea(mm^2)"
<< std::left << std::setw( 15 ) << "Eccentricity"
<< std::left << std::setw( 15 ) << "Elongation"
Expand Down

0 comments on commit 0740f91

Please sign in to comment.