aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhotonParticleContainer.H
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Particles/PhotonParticleContainer.H')
-rw-r--r--Source/Particles/PhotonParticleContainer.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Particles/PhotonParticleContainer.H b/Source/Particles/PhotonParticleContainer.H
index 0bfe38f42..1291f2cf9 100644
--- a/Source/Particles/PhotonParticleContainer.H
+++ b/Source/Particles/PhotonParticleContainer.H
@@ -82,7 +82,7 @@ public:
const amrex::MultiFab& Ez,
const amrex::MultiFab& Bx,
const amrex::MultiFab& By,
- const amrex::MultiFab& Bz) override {};
+ const amrex::MultiFab& Bz) override {}
// DepositCurrent should do nothing for photons
@@ -100,7 +100,7 @@ public:
int thread_num,
int lev,
int depos_lev,
- amrex::Real dt) override {};
+ amrex::Real dt) override {}
};
#endif // #ifndef WARPX_PhotonParticleContainer_H_