From 37cc20d7af065a916caff8c397558252eea2e638 Mon Sep 17 00:00:00 2001 From: Justin Angus Date: Sun, 25 Aug 2024 12:17:59 -0700 Subject: [PATCH] braces --- Source/WarpX.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/WarpX.cpp b/Source/WarpX.cpp index 0f61a7f6dc8..4506166d715 100644 --- a/Source/WarpX.cpp +++ b/Source/WarpX.cpp @@ -3655,7 +3655,7 @@ void WarpX::SetDotMask( std::unique_ptr& 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();