Update constant names

This commit is contained in:
Richard Berger
2020-11-16 11:03:18 -05:00
parent 1ba9dd7435
commit 5ce536f2e9
6 changed files with 7 additions and 7 deletions

View File

@ -79,7 +79,7 @@ void Improper::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 bit of vflag set
vflag_atom = 1 if VIRIAL_ATOM bit of vflag set
cvflag_atom = 1 if VIRIAL_CENTROID bit of vflag set
vflag_either = 1 if any of vflag_global, vflag_atom, cvflag_atom is set
------------------------------------------------------------------------- */