diff options
author | 2019-10-08 15:13:24 +0200 | |
---|---|---|
committer | 2019-10-08 15:13:24 +0200 | |
commit | d8cf34c82ccf179372e8f07700be72a39c528d9e (patch) | |
tree | 4da582608105feeba6f88023bc7235ee758e85ed /Source/Particles/PhotonParticleContainer.H | |
parent | d3102b78c94a201feeb5588784ae886e45958207 (diff) | |
parent | f8a87298908e2310d53cbc0c3215613f1b1606b2 (diff) | |
download | WarpX-d8cf34c82ccf179372e8f07700be72a39c528d9e.tar.gz WarpX-d8cf34c82ccf179372e8f07700be72a39c528d9e.tar.zst WarpX-d8cf34c82ccf179372e8f07700be72a39c528d9e.zip |
Merge remote-tracking branch 'upstream/dev' into qed_phys_part_with_lambda
Diffstat (limited to 'Source/Particles/PhotonParticleContainer.H')
-rw-r--r-- | Source/Particles/PhotonParticleContainer.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Particles/PhotonParticleContainer.H b/Source/Particles/PhotonParticleContainer.H index 5d93e5631..98e8e0aab 100644 --- a/Source/Particles/PhotonParticleContainer.H +++ b/Source/Particles/PhotonParticleContainer.H @@ -63,7 +63,7 @@ public: int thread_num, int lev, int depos_lev, - amrex::Real dt) {}; + amrex::Real dt) override {}; private: |