Unbreak pair.h

This commit is contained in:
Andrew Schultz 2019-06-10 17:13:16 -04:00
parent 2d90bb9947
commit 8858846e39
1 changed files with 4 additions and 0 deletions

View File

@ -221,6 +221,10 @@ class Pair : protected Pointers {
typedef union {int i; float f;} union_int_float_t;
// Accessor for the user-intel package to determine virial calc for hybrid
inline int fdotr_is_set() const { return vflag_fdotr; }
protected:
int vflag_fdotr;
int maxeatom,maxvatom;