diff options
author | 2020-01-28 16:23:29 -0700 | |
---|---|---|
committer | 2020-01-28 16:23:29 -0700 | |
commit | 0da2c9efe9934fe0884eff460e76d7b4f142031c (patch) | |
tree | d401c7ce11d1ff1152a4c4d8ad0d12ece3056bb4 /Source/Particles/PhotonParticleContainer.cpp | |
parent | db69600833e3251a708bfd4664fb01dc5f84fb4b (diff) | |
parent | f2567ffc13acd6762cfa9069309ec1795587231b (diff) | |
download | WarpX-0da2c9efe9934fe0884eff460e76d7b4f142031c.tar.gz WarpX-0da2c9efe9934fe0884eff460e76d7b4f142031c.tar.zst WarpX-0da2c9efe9934fe0884eff460e76d7b4f142031c.zip |
Merge branch 'dev' of https://github.com/ECP-WarpX/WarpX into reduced_diags
Diffstat (limited to 'Source/Particles/PhotonParticleContainer.cpp')
-rw-r--r-- | Source/Particles/PhotonParticleContainer.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/Particles/PhotonParticleContainer.cpp b/Source/Particles/PhotonParticleContainer.cpp index c03ed00c2..ab85170ac 100644 --- a/Source/Particles/PhotonParticleContainer.cpp +++ b/Source/Particles/PhotonParticleContainer.cpp @@ -1,3 +1,10 @@ +/* Copyright 2019 David Grote, Luca Fedeli, Maxence Thevenet + * Weiqun Zhang + * + * This file is part of WarpX. + * + * License: BSD-3-Clause-LBNL + */ #include <limits> #include <sstream> #include <algorithm> |