aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/SpectralSolver
diff options
context:
space:
mode:
authorGravatar MaxThevenet <mthevenet@lbl.gov> 2020-01-07 11:47:28 -0800
committerGravatar GitHub <noreply@github.com> 2020-01-07 11:47:28 -0800
commit8ea11195d34d61e9353da2f00ee081e6d751149b (patch)
tree1a0ca32c9f6fcbf630e1bef38d5284c0ce7ae1ce /Source/FieldSolver/SpectralSolver
parent11516e4e0ec304f5acb7044f84875fb327b46fa0 (diff)
downloadWarpX-8ea11195d34d61e9353da2f00ee081e6d751149b.tar.gz
WarpX-8ea11195d34d61e9353da2f00ee081e6d751149b.tar.zst
WarpX-8ea11195d34d61e9353da2f00ee081e6d751149b.zip
Update Source/FieldSolver/SpectralSolver/SpectralSolver.H
Co-Authored-By: Axel Huebl <axel.huebl@plasma.ninja>
Diffstat (limited to 'Source/FieldSolver/SpectralSolver')
-rw-r--r--Source/FieldSolver/SpectralSolver/SpectralSolver.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/FieldSolver/SpectralSolver/SpectralSolver.H b/Source/FieldSolver/SpectralSolver/SpectralSolver.H
index 1506f4c23..bd92d003f 100644
--- a/Source/FieldSolver/SpectralSolver/SpectralSolver.H
+++ b/Source/FieldSolver/SpectralSolver/SpectralSolver.H
@@ -31,7 +31,7 @@ class SpectralSolver
* \brief Transform the component `i_comp` of MultiFab `mf`
* to spectral space, and store the corresponding result internally
* (in the spectral field specified by `field_index`) */
- void ForwardTransform( const amrex::MultiFab& mf,
+ void ForwardTransform( const amrex::MultiFab& mf,
const int field_index,
const int i_comp=0 ){
BL_PROFILE("SpectralSolver::ForwardTransform");