Unverified Commit 083841ab authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

another compilation fix

parent fa6a9905
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -810,7 +810,9 @@ void lammps_gather_atoms(void *ptr, char * /*name */,
  LAMMPS *lmp = (LAMMPS *) ptr;

  BEGIN_CAPTURE
  {
    lmp->error->all(FLERR,"Library function lammps_gather_atoms() not compatible with -DLAMMPS_BIGBIG");
  }
  END_CAPTURE
}
#else