Skip to content

Commit

Permalink
Spelling correction (#8281)
Browse files Browse the repository at this point in the history
Spelling correction
  • Loading branch information
lrineau authored Jun 12, 2024
2 parents 1b534cd + bf8a6c7 commit 8be11ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ int main(int argc, char * argv[])
std::cerr << "Options:\n";
std::cerr << " -sm_radius <float> Radius upper bound (default=100 * average spacing)\n";
std::cerr << " -sm_distance <float> Distance upper bound (default=0.25 * average spacing)\n";
std::cerr << " -frac <float> factor appplied to sm_radius (default = 1.)\n";
std::cerr << " -frac <float> factor applied to sm_radius (default = 1.)\n";
std::cerr << "Running " << argv[0] << "data/kitten.xyz kitten_poisson-20-100-0.5.off -sm_distance 0.5\n";
}

Expand Down

0 comments on commit 8be11ad

Please sign in to comment.