aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhysicalParticleContainer.cpp
diff options
context:
space:
mode:
authorGravatar MaxThevenet <mthevenet@lbl.gov> 2019-07-24 14:40:27 -0700
committerGravatar MaxThevenet <mthevenet@lbl.gov> 2019-07-24 14:40:27 -0700
commitc51759f954fc58b15efeeb492e56d1f58ce6b892 (patch)
treed238a69abc85bb67fe162a7ad365d9bd12bf7f8d /Source/Particles/PhysicalParticleContainer.cpp
parent571aa14bb468a7f51fc664ef8f50f29c5397b97a (diff)
downloadWarpX-c51759f954fc58b15efeeb492e56d1f58ce6b892.tar.gz
WarpX-c51759f954fc58b15efeeb492e56d1f58ce6b892.tar.zst
WarpX-c51759f954fc58b15efeeb492e56d1f58ce6b892.zip
use Weiqun convention for function definition
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.cpp')
-rw-r--r--Source/Particles/PhysicalParticleContainer.cpp38
1 files changed, 19 insertions, 19 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp
index ec54305bb..b98797b56 100644
--- a/Source/Particles/PhysicalParticleContainer.cpp
+++ b/Source/Particles/PhysicalParticleContainer.cpp
@@ -2145,25 +2145,25 @@ PhysicalParticleContainer::ContinuousInjection(const RealBox& injection_box)
particles in buffers.
*/
void
-PhysicalParticleContainer::FieldGather(WarpXParIter& pti,
- RealVector& Exp,
- RealVector& Eyp,
- RealVector& Ezp,
- RealVector& Bxp,
- RealVector& Byp,
- RealVector& Bzp,
- FArrayBox const * exfab,
- FArrayBox const * eyfab,
- FArrayBox const * ezfab,
- FArrayBox const * bxfab,
- FArrayBox const * byfab,
- FArrayBox const * bzfab,
- const int ngE, const int e_is_nodal,
- const long offset,
- const long np_to_gather,
- int thread_num,
- int lev,
- int gather_lev)
+PhysicalParticleContainer::FieldGather (WarpXParIter& pti,
+ RealVector& Exp,
+ RealVector& Eyp,
+ RealVector& Ezp,
+ RealVector& Bxp,
+ RealVector& Byp,
+ RealVector& Bzp,
+ FArrayBox const * exfab,
+ FArrayBox const * eyfab,
+ FArrayBox const * ezfab,
+ FArrayBox const * bxfab,
+ FArrayBox const * byfab,
+ FArrayBox const * bzfab,
+ const int ngE, const int e_is_nodal,
+ const long offset,
+ const long np_to_gather,
+ int thread_num,
+ int lev,
+ int gather_lev)
{
AMREX_ALWAYS_ASSERT_WITH_MESSAGE((gather_lev==(lev-1)) ||
(gather_lev==(lev )),