Skip to content

Commit

Permalink
BUG: Fix human name for FeatureFaceCurvatureFilter (BlueQuartzSoftwar…
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarquisbq authored and imikejackson committed Sep 20, 2023
1 parent 56fdaa5 commit d148046
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Uuid FeatureFaceCurvatureFilter::uuid() const
//------------------------------------------------------------------------------
std::string FeatureFaceCurvatureFilter::humanName() const
{
return "Fill Bad Data";
return "Find Feature Face Curvature";
}

//------------------------------------------------------------------------------
Expand Down

0 comments on commit d148046

Please sign in to comment.