diff options
author | 2019-08-21 15:00:21 -0700 | |
---|---|---|
committer | 2019-08-21 15:00:21 -0700 | |
commit | 9eec7ac1a042b28cfad1eebf13c2047674e8505f (patch) | |
tree | 0df9579c0a627c067d83522a6964e2df08ce8771 /Source/WarpX.cpp | |
parent | d5fc8e40d0373bd4ba1e306f4ce5dc0a895ba6e7 (diff) | |
parent | 4dd5eff33030882d4f7168e0223b65533f8b6fbd (diff) | |
download | WarpX-9eec7ac1a042b28cfad1eebf13c2047674e8505f.tar.gz WarpX-9eec7ac1a042b28cfad1eebf13c2047674e8505f.tar.zst WarpX-9eec7ac1a042b28cfad1eebf13c2047674e8505f.zip |
merging with dev
Diffstat (limited to 'Source/WarpX.cpp')
-rw-r--r-- | Source/WarpX.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WarpX.cpp b/Source/WarpX.cpp index 1b653fd7f..7b90225dc 100644 --- a/Source/WarpX.cpp +++ b/Source/WarpX.cpp @@ -38,7 +38,7 @@ Vector<int> WarpX::boost_direction = {0,0,0}; int WarpX::do_compute_max_step_from_zmax = 0; Real WarpX::zmax_plasma_to_compute_max_step = 0.; -long WarpX::use_picsar_deposition = 1; +long WarpX::use_picsar_deposition = 0; long WarpX::current_deposition_algo; long WarpX::charge_deposition_algo; long WarpX::field_gathering_algo; |