Skip to content

Commit

Permalink
fix doxygen comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RevathiJambunathan committed Oct 29, 2021
1 parent 3d5ea39 commit 87cff7e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public:
using ParticleContainer = typename amrex::AmrParticleContainer<0, 0, PIdx::nattribs, 0, amrex::PinnedArenaAllocator>;

ComputeParticleDiagFunctor( ) {}
//** Virtual Destructor to handle clean destruction of derived classes */
/** Virtual Destructor to handle clean destruction of derived classes */
virtual ~ComputeParticleDiagFunctor() = default;

virtual void PrepareFunctorData ( int i_buffer, bool ZSliceInDomain,
Expand All @@ -27,8 +27,8 @@ public:
current_z_boost, t_lab);
}
/** 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[in] i_buffer, integer of the particle buffer that is processed
* \param[out] pc_dst output particle container where the result is stored.
* \param[in] i_buffer integer of the particle buffer that is processed
*/
virtual void operator () (ParticleContainer& pc_dst, int &totalParticlesInBuffer, int i_buffer = 0) const = 0;
virtual void InitData() {}
Expand Down

0 comments on commit 87cff7e

Please sign in to comment.