aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/FiniteDifferenceSolver/MacroscopicEvolveE.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/FieldSolver/FiniteDifferenceSolver/MacroscopicEvolveE.cpp')
-rw-r--r--Source/FieldSolver/FiniteDifferenceSolver/MacroscopicEvolveE.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/FieldSolver/FiniteDifferenceSolver/MacroscopicEvolveE.cpp b/Source/FieldSolver/FiniteDifferenceSolver/MacroscopicEvolveE.cpp
index d6bc9be9e..ab2e25014 100644
--- a/Source/FieldSolver/FiniteDifferenceSolver/MacroscopicEvolveE.cpp
+++ b/Source/FieldSolver/FiniteDifferenceSolver/MacroscopicEvolveE.cpp
@@ -53,7 +53,7 @@ void FiniteDifferenceSolver::MacroscopicEvolveE (
!m_do_nodal, "macro E-push does not work for nodal");
- if (m_fdtd_algo == MaxwellSolverAlgo::Yee) {
+ if (m_fdtd_algo == ElectromagneticSolverAlgo::Yee) {
if (WarpX::macroscopic_solver_algo == MacroscopicSolverAlgo::LaxWendroff) {
@@ -68,7 +68,7 @@ void FiniteDifferenceSolver::MacroscopicEvolveE (
}
- } else if (m_fdtd_algo == MaxwellSolverAlgo::CKC) {
+ } else if (m_fdtd_algo == ElectromagneticSolverAlgo::CKC) {
// Note : EvolveE is the same for CKC and Yee.
// In the templated Yee and CKC calls, the core operations for EvolveE is the same.