diff options
author | 2020-01-07 11:47:28 -0800 | |
---|---|---|
committer | 2020-01-07 11:47:28 -0800 | |
commit | 8ea11195d34d61e9353da2f00ee081e6d751149b (patch) | |
tree | 1a0ca32c9f6fcbf630e1bef38d5284c0ce7ae1ce /Source/FieldSolver/SpectralSolver | |
parent | 11516e4e0ec304f5acb7044f84875fb327b46fa0 (diff) | |
download | WarpX-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.H | 2 |
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"); |