diff options
author | 2019-08-16 12:53:47 -0700 | |
---|---|---|
committer | 2019-08-16 12:53:47 -0700 | |
commit | a26f56418b18c98e3784d1d48073cae81b938e79 (patch) | |
tree | d609a8692e8dd29530d62c87809a54a6699b090d /Source/Utils/WarpXAlgorithmSelection.H | |
parent | c3ce219b9d25e8d28e5a6cc5b878b3c5793cf90a (diff) | |
parent | 2d4cf600befb1ef4d5acbefd9d681ff66c11334e (diff) | |
download | WarpX-a26f56418b18c98e3784d1d48073cae81b938e79.tar.gz WarpX-a26f56418b18c98e3784d1d48073cae81b938e79.tar.zst WarpX-a26f56418b18c98e3784d1d48073cae81b938e79.zip |
Merge branch 'dev' into RZgeometry
Diffstat (limited to 'Source/Utils/WarpXAlgorithmSelection.H')
-rw-r--r-- | Source/Utils/WarpXAlgorithmSelection.H | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Source/Utils/WarpXAlgorithmSelection.H b/Source/Utils/WarpXAlgorithmSelection.H index 3fb23698a..6a32513b7 100644 --- a/Source/Utils/WarpXAlgorithmSelection.H +++ b/Source/Utils/WarpXAlgorithmSelection.H @@ -34,11 +34,9 @@ struct CurrentDepositionAlgo { }; struct ChargeDepositionAlgo { - // These numbers corresponds to the algorithm code in WarpX's - // `warpx_charge_deposition` function + // Only the Standard algorithm is implemented enum { - Vectorized = 0, - Standard = 1 + Standard = 0 }; }; |