diff options
Diffstat (limited to '')
-rw-r--r-- | Source/Utils/WarpXUtil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Utils/WarpXUtil.cpp b/Source/Utils/WarpXUtil.cpp index c7949925c..7a584f6e1 100644 --- a/Source/Utils/WarpXUtil.cpp +++ b/Source/Utils/WarpXUtil.cpp @@ -127,7 +127,7 @@ void ConvertLabParamsToBoost() * zmin and zmax. */ void NullifyMF(amrex::MultiFab& mf, int lev, amrex::Real zmin, amrex::Real zmax){ - WARPX_PROFILE("WarpX::NullifyMF()"); + WARPX_PROFILE("WarpXUtil::NullifyMF()"); #ifdef _OPENMP #pragma omp parallel if (Gpu::notInLaunchRegion()) #endif |