add tags for replica method timers
This commit is contained in:
@ -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 *);
|
||||
|
||||
Reference in New Issue
Block a user