diff options
Diffstat (limited to 'Source/Diagnostics/ComputeDiagFunctors/ComputeParticleDiagFunctor.H')
-rw-r--r-- | Source/Diagnostics/ComputeDiagFunctors/ComputeParticleDiagFunctor.H | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/Diagnostics/ComputeDiagFunctors/ComputeParticleDiagFunctor.H b/Source/Diagnostics/ComputeDiagFunctors/ComputeParticleDiagFunctor.H index a76cde936..e14e777e0 100644 --- a/Source/Diagnostics/ComputeDiagFunctors/ComputeParticleDiagFunctor.H +++ b/Source/Diagnostics/ComputeDiagFunctors/ComputeParticleDiagFunctor.H @@ -30,9 +30,10 @@ public: * back-transformed diagnostics, that are unused for regular diagnostics. * * \param[in] i_buffer index of the snapshot - * \param[in] z_slice_in_domain if the z-slice at current_z_boost is within the bounds of + * \param[in] ZSliceInDomain if the z-slice at current_z_boost is within the bounds of * the boosted-frame and lab-frame domain. The particles are transformed * only if this value is true. + * \param[in] old_z_boost old z co-ordinate of the slice selected in boosted-frame. * \param[in] current_z_boost z co-ordinate of the slice selected in boosted-frame. * \param[in] t_lab current time in lab-frame for snapshot, i_buffer. * \param[in] snapshot_full if the current snapshot, with index, i_buffer, is @@ -50,6 +51,7 @@ public: } /** Compute particle attributes and store the result in pc_dst particle container. * \param[out] pc_dst output particle container where the result is stored. + * \param[out] totalParticlesInBuffer total number of particles in the container * \param[in] i_buffer snapshot index for which the particle buffer is processed */ virtual void operator () (PinnedMemoryParticleContainer& pc_dst, int &totalParticlesInBuffer, int i_buffer = 0) const = 0; |