From f7a73411fc6e178c14e29c7fa5d61332f8fd8024 Mon Sep 17 00:00:00 2001 From: Bruno Blais Date: Mon, 24 Jan 2022 10:19:02 -0500 Subject: [PATCH] Fix indent --- source/particles/particle_handler.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/particles/particle_handler.cc b/source/particles/particle_handler.cc index d6120e0626..3f72ee6bf4 100644 --- a/source/particles/particle_handler.cc +++ b/source/particles/particle_handler.cc @@ -1376,7 +1376,8 @@ namespace Particles reference_locations); if (GeometryInfo::is_inside_unit_cell( - reference_locations[0]),1e-12) + reference_locations[0]), + 1e-12) { current_cell = *cell; found_cell = true; -- 2.39.5