aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/WarpXPushFieldsEM.cpp
diff options
context:
space:
mode:
authorGravatar MaxThevenet <mthevenet@lbl.gov> 2019-07-31 15:27:38 -0700
committerGravatar MaxThevenet <mthevenet@lbl.gov> 2019-07-31 15:27:38 -0700
commit254e048de10275870a92d2862c77d237679a3d11 (patch)
tree35ce6f95712e63143acaa7c3fe39e49cc194895b /Source/FieldSolver/WarpXPushFieldsEM.cpp
parentc8714da284562e5937aab6b27279493739b8d7b6 (diff)
downloadWarpX-254e048de10275870a92d2862c77d237679a3d11.tar.gz
WarpX-254e048de10275870a92d2862c77d237679a3d11.tar.zst
WarpX-254e048de10275870a92d2862c77d237679a3d11.zip
cleaning suggested in Remi's review
Diffstat (limited to 'Source/FieldSolver/WarpXPushFieldsEM.cpp')
0 files changed, 0 insertions, 0 deletions
or duration. 2018-06-05plugin/forward: fix alignment for sync.Atomic (#1855)Gravatar Miek Gieben 1-3/+3 These must be alligned on 8 bytes, in Go this means putting them first in the struct (AFAICT). 2018-06-05Update Makefile.release for docker image build (#1856)Gravatar Yong Tang 1-15/+0 This fix update Makefile.release for docker image build on different platforms. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> 2018-06-04Docker: drop alpine (#1843)Gravatar Miek Gieben 1-3/+6 * Docker: drop alpine Create a multistage docker build image that uses debian to install certs and then create the final image by using FROM: scratch. This creates a (slightly) smaller images and drops busybox and alpine. * Even less copying 2018-06-02Fix presubmit (#1850)Gravatar Miek Gieben 2-15/+15 Uppercase these test cases as well. 2018-06-02presubmit: Check errorf as well (#1845)Gravatar Miek Gieben 19-52/+57 Uppercase all these test errors as well. And extend the presubmit to check for these in the future. Also do a slightly smarter grep to only get t.<something>. as (because dump regexp) this also grep over non test files.