diff options
Diffstat (limited to '')
-rw-r--r-- | Source/BoundaryConditions/PML.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/BoundaryConditions/PML.cpp b/Source/BoundaryConditions/PML.cpp index 0ec247ac4..615262cae 100644 --- a/Source/BoundaryConditions/PML.cpp +++ b/Source/BoundaryConditions/PML.cpp @@ -783,7 +783,7 @@ void PML::Exchange (MultiFab& pml, MultiFab& reg, const Geometry& geom, int do_pml_in_domain) { - BL_PROFILE("PML::Exchange"); + WARPX_PROFILE("PML::Exchange"); const IntVect& ngr = reg.nGrowVect(); const IntVect& ngp = pml.nGrowVect(); |