Commit 36242222 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13335 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent cd130bc9
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -81,8 +81,13 @@ Fix::Fix(LAMMPS *lmp, int narg, char **arg) : Pointers(lmp)
  nevery = 1;
  global_freq = 1;

  // per-atom virial
  // set vflag_atom = 0 b/c some fixes grow vatom in grow_arrays()
  //   which may occur outside of timestepping

  maxvatom = 0;
  vatom = NULL;
  vflag_atom = 0;

  // CUDA and KOKKOS per-fix data masks