Skip to content

Commit

Permalink
codespell fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
AMLattanzi committed Oct 18, 2024
1 parent e942c9a commit db97e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ERF.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@ ERF::InitData_post ()

}

// Create object to do line and plane sampling if neeeded
// Create object to do line and plane sampling if needed
bool do_line = false; bool do_plane = false;
pp.query("do_line_sampling",do_line); pp.query("do_plane_sampling",do_plane);
if (do_line || do_plane) { data_sampler = std::make_unique<SampleData>(do_line, do_plane); }
Expand Down

0 comments on commit db97e5a

Please sign in to comment.