From: Bruno Blais Date: Mon, 24 Jan 2022 15:19:02 +0000 (-0500) Subject: Fix indent X-Git-Tag: v9.4.0-rc1~565^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7a73411fc6e178c14e29c7fa5d61332f8fd8024;p=dealii.git Fix indent --- 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;