diff options
author | 2019-10-27 14:28:21 -0700 | |
---|---|---|
committer | 2019-10-27 14:28:21 -0700 | |
commit | 30abf69638c200cd4fdfb9305a9b02075c0df0b0 (patch) | |
tree | 1cfe74ce6f19961bd90999d022ad14f4b7c3d8b7 /Source/WarpX.cpp | |
parent | 74260bda9f4a8bc74fdafebcf649245c44c4d166 (diff) | |
download | WarpX-30abf69638c200cd4fdfb9305a9b02075c0df0b0.tar.gz WarpX-30abf69638c200cd4fdfb9305a9b02075c0df0b0.tar.zst WarpX-30abf69638c200cd4fdfb9305a9b02075c0df0b0.zip |
avoid redeclaring variables
Diffstat (limited to 'Source/WarpX.cpp')
-rw-r--r-- | Source/WarpX.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/WarpX.cpp b/Source/WarpX.cpp index beb4d3bc8..6a36ebb3e 100644 --- a/Source/WarpX.cpp +++ b/Source/WarpX.cpp @@ -717,6 +717,12 @@ WarpX::AllocLevelData (int lev, const BoxArray& ba, const DistributionMapping& d int ngF = guard_cells.ngF; IntVect ngextra = guard_cells.ngExtra; + Print()<<"ngE "<<ngE<<'\n'; + Print()<<"ngJ "<<ngJ<<'\n'; + Print()<<"ngRho "<<ngRho<<'\n'; + Print()<<"ngF "<<ngF<<'\n'; + Print()<<"ngextra "<<ngextra<<'\n'; + if (mypc->nSpeciesDepositOnMainGrid() && n_current_deposition_buffer == 0) { n_current_deposition_buffer = 1; // This forces the allocation of buffers and allows the code associated |