From 66e3d8c56420173d6ea20f939fed2809cf80b048 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 27 Jan 2023 21:48:31 -0500 Subject: [PATCH] recover failing unit tests --- src/KOKKOS/pair_reaxff_kokkos.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/KOKKOS/pair_reaxff_kokkos.cpp b/src/KOKKOS/pair_reaxff_kokkos.cpp index 5b5e1fbbea..fbd74f24de 100644 --- a/src/KOKKOS/pair_reaxff_kokkos.cpp +++ b/src/KOKKOS/pair_reaxff_kokkos.cpp @@ -199,8 +199,6 @@ void PairReaxFFKokkos::setup() int i,j,k,m; int n = atom->ntypes; - setup_flag = 1; - // general parameters for (i = 0; i < 39; i ++) gp[i] = api->system->reax_param.gp.l[i];