Skip to content

Commit

Permalink
Update Source/ablastr/fields/IntegratedGreenFunctionSolver.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiLehe authored Sep 17, 2024
1 parent d6d05ee commit 74a4a79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/ablastr/fields/IntegratedGreenFunctionSolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ computePhiIGF ( amrex::MultiFab const & rho,
{
using namespace amrex::literals;

BL_PROFILE_VAR_NS("IGF FFTs", timer_ffts);
BL_PROFILE_VAR_NS("IGF FFT plans", timer_plans);
BL_PROFILE_VAR_NS("IGF parallel copies", timer_pcopies);
BL_PROFILE_VAR_NS("ablastr::fields::computePhiIGF: FFTs", timer_ffts);
BL_PROFILE_VAR_NS("ablastr::fields::computePhiIGF: FFT plans", timer_plans);
BL_PROFILE_VAR_NS("ablastr::fields::computePhiIGF: parallel copies", timer_pcopies);

#if defined(ABLASTR_USE_FFT) && defined(ABLASTR_USE_HEFFTE)
{
Expand Down

0 comments on commit 74a4a79

Please sign in to comment.