Skip to content

Commit

Permalink
braces
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinRayAngus committed Aug 25, 2024
1 parent 0deaf95 commit 37cc20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/WarpX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3655,7 +3655,7 @@ void WarpX::SetDotMask( std::unique_ptr<amrex::iMultiFab>& field_dotMask,
{
// Define the dot mask for this field_type needed to properly compute dotProduct()
// for field values that have shared locations on different MPI ranks
if (field_dotMask != nullptr) return;
if (field_dotMask != nullptr) { return; }

const amrex::MultiFab* this_field = getFieldPointer(field_type,lev,dir);
const amrex::BoxArray& this_ba = this_field->boxArray();
Expand Down

0 comments on commit 37cc20d

Please sign in to comment.