From df889fe40cf114ca522f6a7a33ebaa8f83fbbd90 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sat, 27 Jul 2013 23:12:46 +0200 Subject: [PATCH] add tags for replica method timers --- src/timer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/timer.h b/src/timer.h index 209f73db58..4935aa7396 100644 --- a/src/timer.h +++ b/src/timer.h @@ -22,8 +22,8 @@ namespace LAMMPS_NS { class Timer : protected Pointers { public: - enum ttype {RESET=-3,START=-2,STOP=-1,TOTAL=0,PAIR,BOND,KSPACE, - NEIGH,COMM,MODIFY,OUTPUT,SYNC,NUM_TIMER}; + enum ttype {RESET=-3,START=-2,STOP=-1,TOTAL=0,PAIR,BOND,KSPACE,NEIGH,COMM, + MODIFY,OUTPUT,SYNC,DEPHASE,DYNAMICS,QUENCH,NEB,NUM_TIMER}; enum tlevel {OFF=0,LOOP,NORMAL,FULL}; Timer(class LAMMPS *);