correct small (but harmless) logic error.

(cherry picked from commit ac6f4f8a56)
This commit is contained in:
Axel Kohlmeyer 2016-08-13 10:53:29 -04:00
parent 2a6561e52a
commit 730e3cb4ac
1 changed files with 1 additions and 1 deletions

View File

@ -364,8 +364,8 @@ void CommKokkos::exchange()
if(print && comm->me==0) {
error->warning(FLERR,"Fixes cannot send data in Kokkos communication, "
"switching to classic communication");
print = 0;
}
print = 0;
exchange_comm_classic = true;
}
}