![]() |
.Simulation
|
Function object to regulate the ScheduleParticleCollisions function. More...
#include <Simulation.h>
Public Member Functions | |
LessThan (const int i) | |
Build the object with the upper bound. | |
bool | operator() (const int pa) |
Test for acceptance. More... | |
Function object to regulate the ScheduleParticleCollisions function.
This class will cause the function to examine all particles with index values less than the index this function was constructed with.
|
inline |
Test for acceptance.
pa | The index to test against the upper limit. |