diff options
Diffstat (limited to 'Source/FieldSolver/SpectralSolver/SpectralSolverRZ.H')
-rw-r--r-- | Source/FieldSolver/SpectralSolver/SpectralSolverRZ.H | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/FieldSolver/SpectralSolver/SpectralSolverRZ.H b/Source/FieldSolver/SpectralSolver/SpectralSolverRZ.H index 4868bd443..30c922512 100644 --- a/Source/FieldSolver/SpectralSolver/SpectralSolverRZ.H +++ b/Source/FieldSolver/SpectralSolver/SpectralSolverRZ.H @@ -106,12 +106,8 @@ class SpectralSolverRZ * declared in the base class SpectralBaseAlgorithmRZ and defined in its * derived classes, from objects of class SpectralSolverRZ through the private * unique pointer \c algorithm. - * - * \param[in] lev The mesh refinement level - * \param[in,out] current Array of unique pointers to \c MultiFab storing - * the three components of the current density */ - void VayDeposition (const int lev, std::array<std::unique_ptr<amrex::MultiFab>,3>& current); + void VayDeposition (); /** * \brief Copy spectral data from component \c src_comp to component \c dest_comp |