AutoPas  3.0.0
Loading...
Searching...
No Matches
markParticleAsDeleted.h
Go to the documentation of this file.
1
7#pragma once
8
9namespace autopas::internal {
10
22template <typename Particle_T>
23void markParticleAsDeleted(Particle_T &p) {
24 p.markAsDeleted();
25}
26
27} // namespace autopas::internal
This namespace is used for implementation specifics.
Definition: CellFunctor.h:14
void markParticleAsDeleted(Particle_T &p)
Marks a particle as deleted.
Definition: markParticleAsDeleted.h:23