aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/SpectralSolver/SpectralAlgorithms
diff options
context:
space:
mode:
authorGravatar MaxThevenet <mthevenet@lbl.gov> 2019-09-11 12:20:06 -0600
committerGravatar GitHub <noreply@github.com> 2019-09-11 12:20:06 -0600
commit321a2c763a741c9674bdf7b28332271324221dde (patch)
tree9f81ea5e8475ab5bd1e769d7865fc7fd492d06eb /Source/FieldSolver/SpectralSolver/SpectralAlgorithms
parentf6ccb0e34fd2125fd0d933604efc5ed23eb18a71 (diff)
parentfd848331f2fd6af8c56a0027cc5f088286e347c4 (diff)
downloadWarpX-321a2c763a741c9674bdf7b28332271324221dde.tar.gz
WarpX-321a2c763a741c9674bdf7b28332271324221dde.tar.zst
WarpX-321a2c763a741c9674bdf7b28332271324221dde.zip
Merge pull request #333 from ax3l/topic-eolWhitespaceSource
Source & Tools: No EOL Whitespaces
Diffstat (limited to 'Source/FieldSolver/SpectralSolver/SpectralAlgorithms')
-rw-r--r--Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PMLPsatdAlgorithm.H2
-rw-r--r--Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.H2
2 files changed, 2 insertions, 2 deletions
diff --git a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PMLPsatdAlgorithm.H b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PMLPsatdAlgorithm.H
index a2511b6b7..50eb5c9b1 100644
--- a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PMLPsatdAlgorithm.H
+++ b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PMLPsatdAlgorithm.H
@@ -17,7 +17,7 @@ class PMLPsatdAlgorithm : public SpectralBaseAlgorithm
void InitializeSpectralCoefficients(
const SpectralKSpace& spectral_kspace,
- const amrex::DistributionMapping& dm,
+ const amrex::DistributionMapping& dm,
const amrex::Real dt);
// Redefine functions from base class
diff --git a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.H b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.H
index 825d04dc2..bc7f90fac 100644
--- a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.H
+++ b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.H
@@ -20,7 +20,7 @@ class PsatdAlgorithm : public SpectralBaseAlgorithm
virtual int getRequiredNumberOfFields() const override final {
return SpectralFieldIndex::n_fields;
}
-
+
void InitializeSpectralCoefficients(const SpectralKSpace& spectral_kspace,
const amrex::DistributionMapping& dm,
const amrex::Real dt);