Commit 730e3cb4 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

correct small (but harmless) logic error.

(cherry picked from commit ac6f4f8a5672b98e6de350f7949630725be62195)
parent 2a6561e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
    }
  }