Files
MD-Bench/gromacs/includes/timers.h
2022-01-17 14:15:02 +01:00

12 lines
127 B
C

#ifndef __TIMERS_H_
#define __TIMERS_H_
typedef enum {
TOTAL = 0,
NEIGH,
FORCE,
NUMTIMER
} timertype;
#endif