Gromacs
2022.2
|
#include <programs/mdrun/tests/comparison_helpers.h>
Named struct indicating the max number of frames to be compared.
Public Member Functions | |
MaxNumFrames (unsigned int maxFrame) | |
Explicit constructor. | |
operator unsigned int () const | |
Implicit conversion to int - struct can be used like underlying type. | |
Static Public Member Functions | |
static MaxNumFrames | compareAllFrames () |
Return a MaxNumFrames that will try to compare all frames. | |