From b9f5bb60e9f49614f8dbc960ceddf1c7e4ba927a Mon Sep 17 00:00:00 2001 From: Stan Gerald Moore Date: Fri, 18 Feb 2022 08:08:48 -0700 Subject: [PATCH] Fix layout --- src/KOKKOS/fix_qeq_reaxff_kokkos.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/KOKKOS/fix_qeq_reaxff_kokkos.h b/src/KOKKOS/fix_qeq_reaxff_kokkos.h index 6320f4408b..e98b81e1c7 100644 --- a/src/KOKKOS/fix_qeq_reaxff_kokkos.h +++ b/src/KOKKOS/fix_qeq_reaxff_kokkos.h @@ -236,8 +236,8 @@ class FixQEqReaxFFKokkos : public FixQEqReaxFF, public KokkosBase { template using NonDupScatterView = KKScatterView; - DupScatterView dup_o; - NonDupScatterView ndup_o; + DupScatterView dup_o; + NonDupScatterView ndup_o; int iswap; int first;