MD-Bench/lammps/includes/timers.h

12 lines
127 B
C
Raw Normal View History

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