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