Skip to content

Commit

Permalink
Fix codacity report
Browse files Browse the repository at this point in the history
  • Loading branch information
BDoignies committed Feb 13, 2025
1 parent 01e77aa commit efb5efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/geometry/volumes/fullConvexityAnalysis3D.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ struct MultiScaleAnalyzer< KSpace, 0 > {
template < typename ImagePtr >
static
std::vector< Geometry >
multiscale_run( std::vector<Point> pts )
multiscale_run( const std::vector<Point>& pts )
{
return std::vector< Geometry >( pts.size(), std::make_pair( 0, 0 ) );
}
Expand Down

0 comments on commit efb5efe

Please sign in to comment.