aboutsummaryrefslogtreecommitdiff
path: root/Source/Parallelization/WarpXComm.cpp
diff options
context:
space:
mode:
authorGravatar Axel Huebl <axel.huebl@plasma.ninja> 2019-09-10 16:57:47 -0700
committerGravatar Axel Huebl <axel.huebl@plasma.ninja> 2019-09-10 16:57:47 -0700
commitf182366aaf66a770715b144ac0a760a998f59ed4 (patch)
tree285456dee69c55956a89c24c99ebd1f1111d80c3 /Source/Parallelization/WarpXComm.cpp
parent51996901584e48ffb8fbcf719c8a1db851b21ac5 (diff)
downloadWarpX-f182366aaf66a770715b144ac0a760a998f59ed4.tar.gz
WarpX-f182366aaf66a770715b144ac0a760a998f59ed4.tar.zst
WarpX-f182366aaf66a770715b144ac0a760a998f59ed4.zip
Cleanup: Include Order
A typical include order in C++ is: - "module header" (local header) - "own headers" (WarpX) - <close library headers> (AMReX) - <other third party headers> (e.g. omp) - <stdlib headers> This avoids that a "forgotten include" will silently compile in some compilers and crash in others (because it will crash in all). References: - https://llvm.org/docs/CodingStandards.html#include-style - https://include-what-you-use.org
Diffstat (limited to 'Source/Parallelization/WarpXComm.cpp')
0 files changed, 0 insertions, 0 deletions
ons'>+407 2017-06-28fix hard code about server type (#759)Gravatar Ning Xie 1-1/+1 2017-06-27Disable codecov/patch and codecov/changes status report (#758)Gravatar Yong Tang 1-0/+2 2017-06-26middleware/cache: fix race (#757)Gravatar Miek Gieben 4-25/+65 2017-06-25Reverse middleware change ipseparator (#753)Gravatar jremond 3-14/+11