diff options
Diffstat (limited to 'Source/FieldSolver/SpectralSolver/SpectralSolver.H')
-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 f5cfb814b..78fdc16f8 100644 --- a/Source/FieldSolver/SpectralSolver/SpectralSolver.H +++ b/Source/FieldSolver/SpectralSolver/SpectralSolver.H @@ -121,7 +121,7 @@ class SpectralSolver /** * \brief Public interface to call the virtual function \c CurrentCorrection, * defined in the base class SpectralBaseAlgorithm and possibly overridden - * by its derived classes (e.g. PsatdAlgorithm, GalileanAlgorithm), from + * by its derived classes (e.g. PsatdAlgorithm, PsatdAlgorithmComoving, etc.), from * objects of class SpectralSolver through the private unique pointer \c algorithm * * \param[in] lev The mesh refinement level |