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

Remove error check in pppm_kokkos

parent 4d31afce
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -191,9 +191,6 @@ void PPPMKokkos<DeviceType>::init()
               "slab correction");
  if (domain->dimension == 2) error->all(FLERR,
                                         "Cannot use PPPM with 2d simulation");
  if (comm->style != 0)
    error->universe_all(FLERR,"PPPM can only currently be used with "
                        "comm_style brick");

  if (!atomKK->q_flag) error->all(FLERR,"Kspace style requires atom attribute q");