diff options
author | 2020-01-31 12:19:05 -0800 | |
---|---|---|
committer | 2020-01-31 12:19:05 -0800 | |
commit | 6651d1df96f67e162ced862093633e925cbc8133 (patch) | |
tree | 25be32604c7ee0b8cebd1e2e9f770d84a9aaa5ca /Source/Particles/PhotonParticleContainer.cpp | |
parent | e1a4813b2cf90ba8112acd6211304a3c92d09af9 (diff) | |
parent | 3f5bcb4a798862e0a5aa604e5dce162bb0e291b3 (diff) | |
download | WarpX-6651d1df96f67e162ced862093633e925cbc8133.tar.gz WarpX-6651d1df96f67e162ced862093633e925cbc8133.tar.zst WarpX-6651d1df96f67e162ced862093633e925cbc8133.zip |
Merge branch 'dev' into soa_to_aos
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 92ccc17e7..d007d3c1c 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> |