Commit 35485514 authored by Stan Moore's avatar Stan Moore
Browse files

Fix Kokkos package compile error

parent eaf2b59b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ void FixNeighHistoryKokkos<DeviceType>::pre_exchange()

  copymode = 0;

  comm->maxexchange_fix = MAX(comm->maxexchange_fix,(dnum+1)*maxpartner+1);
  maxexchange = (dnum+1)*maxpartner+1;
}

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