From 43ed1674b7b0366df0992c5fb14f10d755ce107c Mon Sep 17 00:00:00 2001 From: Dinesh Adepu Date: Wed, 16 Oct 2024 14:41:44 +0530 Subject: [PATCH] Run clang-format --- src/ExaMPM_ProblemManager.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ExaMPM_ProblemManager.hpp b/src/ExaMPM_ProblemManager.hpp index e761b2b..a2c5581 100644 --- a/src/ExaMPM_ProblemManager.hpp +++ b/src/ExaMPM_ProblemManager.hpp @@ -273,7 +273,7 @@ class ProblemManager { auto positions = get( Location::Particle(), Field::Position() ); Cabana::Grid::particleMigrate( *( _mesh->localGrid() ), positions, - _particles, minimum_halo_width ); + _particles, minimum_halo_width ); } private: