Update constant names
This commit is contained in:
@ -87,7 +87,7 @@ void Bond::init()
|
||||
eflag_atom = 1 if ENERGY_ATOM bit of eflag set
|
||||
eflag_either = 1 if eflag_global or eflag_atom is set
|
||||
vflag_global = 1 if VIRIAL_PAIR or VIRIAL_FDOTR bit of vflag set
|
||||
vflag_atom = 1 if VIRIAL_PERATOM or VIRIAL_CENTROID bit of vflag set
|
||||
vflag_atom = 1 if VIRIAL_ATOM or VIRIAL_CENTROID bit of vflag set
|
||||
vflag_either = 1 if vflag_global or vflag_atom is set
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user