Commit 6f1935ea authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

correct embarrassing typo

this always happens after too much exposure to fortran codes. :-(
parent d101fe3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ FixWallLJ93Kokkos<DeviceType>::FixWallLJ93Kokkos(LAMMPS *lmp, int narg, char **a
  execution_space = ExecutionSpaceFromDevice<DeviceType>::space;
  datamask_read = EMPTY_MASK;
  datamask_modify = EMPTY_MASK;
  virial_flag = 0
  virial_flag = 0;
}

/* ----------------------------------------------------------------------