From 399f81cf462a166b86904e04e8aa883ea1217c0d Mon Sep 17 00:00:00 2001 From: Lenz Fiedler Date: Thu, 19 Dec 2024 19:20:41 +0100 Subject: [PATCH] Code by Aidan Thompson, I am only committing it; fixing the cyclical include that broke the build process after merging develop Co-authored-by: Aidan Thompson --- src/KOKKOS/sna_kokkos.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/KOKKOS/sna_kokkos.h b/src/KOKKOS/sna_kokkos.h index a438ccd25e..5ba5c159ac 100644 --- a/src/KOKKOS/sna_kokkos.h +++ b/src/KOKKOS/sna_kokkos.h @@ -29,7 +29,9 @@ #endif namespace LAMMPS_NS { - +// copied from pair_snap_kokkos.h +// pre-declare so sna_kokkos.h can refer to it +template class PairSNAPKokkos; template struct WignerWrapper { using real_type = real_type_;