add tags for replica method timers

This commit is contained in:
Axel Kohlmeyer
2013-07-27 23:12:46 +02:00
parent f04b1c22d3
commit df889fe40c

View File

@ -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 *);