Skip to content

Commit

Permalink
Run clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshadepu committed Oct 16, 2024
1 parent 454efed commit 43ed167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExaMPM_ProblemManager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 43ed167

Please sign in to comment.