diff options
Diffstat (limited to 'Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.cpp')
-rw-r--r-- | Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.cpp b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.cpp index 89138641f..631004325 100644 --- a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.cpp +++ b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.cpp @@ -224,7 +224,7 @@ PsatdAlgorithm::CurrentCorrection (SpectralFieldData& field_data, std::array<std::unique_ptr<amrex::MultiFab>,3>& current, const std::unique_ptr<amrex::MultiFab>& rho) { // Profiling - WARPX_PROFILE( "PsatdAlgorithm::CurrentCorrection" ); + WARPX_PROFILE("PsatdAlgorithm::CurrentCorrection()"); using Idx = SpectralFieldIndex; @@ -301,7 +301,7 @@ void PsatdAlgorithm::VayDeposition (SpectralFieldData& field_data, std::array<std::unique_ptr<amrex::MultiFab>,3>& current) { // Profiling - WARPX_PROFILE("PsatdAlgorithm::VayDeposition"); + WARPX_PROFILE("PsatdAlgorithm::VayDeposition()"); using Idx = SpectralFieldIndex; |