Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisb committed Jan 24, 2022
1 parent eaa7e0c commit f7a7341
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/particles/particle_handler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1376,7 +1376,8 @@ namespace Particles
reference_locations);

if (GeometryInfo<dim>::is_inside_unit_cell(
reference_locations[0]),1e-12)
reference_locations[0]),
1e-12)
{
current_cell = *cell;
found_cell = true;
Expand Down

0 comments on commit f7a7341

Please sign in to comment.