Fix Kokkos package compile error

This commit is contained in:
Stan Moore 2019-07-30 08:49:58 -06:00
parent eaf2b59b1b
commit 3548551479
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
/* ---------------------------------------------------------------------- */