Commit 8858846e authored by Andrew Schultz's avatar Andrew Schultz
Browse files

Unbreak pair.h

parent 2d90bb99
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;