diff options
author | 2019-07-17 14:36:45 -0700 | |
---|---|---|
committer | 2019-07-17 14:36:45 -0700 | |
commit | e44075f29c45398a09a72848d8592b0a80fee06d (patch) | |
tree | 47daecea52a17f716a840321e0aa86a6adabfb94 /Source/Particles/PhysicalParticleContainer.cpp | |
parent | a9bf7c5d24596d88e4c96e9ae5d2b5efce694b51 (diff) | |
download | WarpX-e44075f29c45398a09a72848d8592b0a80fee06d.tar.gz WarpX-e44075f29c45398a09a72848d8592b0a80fee06d.tar.zst WarpX-e44075f29c45398a09a72848d8592b0a80fee06d.zip |
minor fix. Now RZ should test passes
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.cpp')
-rw-r--r-- | Source/Particles/PhysicalParticleContainer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp index 3f9e8da67..357a187fd 100644 --- a/Source/Particles/PhysicalParticleContainer.cpp +++ b/Source/Particles/PhysicalParticleContainer.cpp @@ -1522,8 +1522,8 @@ PhysicalParticleContainer::Evolve (int lev, BL_TO_FORTRAN_ANYD(*cbyfab), BL_TO_FORTRAN_ANYD(*cbzfab), &ll4symtry, &WarpX::l_lower_order_in_v, &WarpX::do_nodal, - &lvect_fieldgathe, &WarpX::field_gathering_algo);# -else + &lvect_fieldgathe, &WarpX::field_gathering_algo); +#else e_is_nodal = cEx->is_nodal() and cEy->is_nodal() and cEz->is_nodal(); FieldGather(pti, Exp, Eyp, Ezp, Bxp, Byp, Bzp, cexfab, ceyfab, cezfab, |