Unverified Commit 2802db44 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

correct application of the BEGIN_CAPTURE macro

parent fbffcf33
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -2701,8 +2701,10 @@ void lammps_gather_concat(void *ptr, char * /*name*/, int /*type*/,
  LAMMPS *lmp = (LAMMPS *) ptr;

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