diff options
author | 2019-12-16 16:48:03 -0800 | |
---|---|---|
committer | 2019-12-16 16:48:03 -0800 | |
commit | f97a2579419a37879f68ab64d25a447c432871ea (patch) | |
tree | 5f81e8cef7a0e575ee48e31cd6b0a605ce66e646 /Source/Particles/ParticleCreation | |
parent | 252433454676240b0517fb75dd1110c436ecc2ce (diff) | |
parent | 59f7719ed70bea2b1fb5a778c6a06595f9b22f1d (diff) | |
download | WarpX-f97a2579419a37879f68ab64d25a447c432871ea.tar.gz WarpX-f97a2579419a37879f68ab64d25a447c432871ea.tar.zst WarpX-f97a2579419a37879f68ab64d25a447c432871ea.zip |
Merge pull request #569 from MaxThevenet/doxygen_warnings
Fix Doxygen warnings
Diffstat (limited to 'Source/Particles/ParticleCreation')
-rw-r--r-- | Source/Particles/ParticleCreation/TransformParticle.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Particles/ParticleCreation/TransformParticle.H b/Source/Particles/ParticleCreation/TransformParticle.H index 1b71df723..c0158db78 100644 --- a/Source/Particles/ParticleCreation/TransformParticle.H +++ b/Source/Particles/ParticleCreation/TransformParticle.H @@ -21,7 +21,7 @@ void transformSourceParticle( /** * \brief small modifications on product particle * \param i index of particle - * \param particle particle struct + * \param v_particle pointer to vector of particles */ template < ElementaryProcessType ProcessT > AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE |