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 <athomps@sandia.gov>
This commit is contained in:
Lenz Fiedler
2024-12-19 19:20:41 +01:00
parent 1f61c9ba82
commit 399f81cf46

View File

@ -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 DeviceType, typename real_type_, int vector_length_> class PairSNAPKokkos;
template<typename real_type_, int vector_length_>
struct WignerWrapper {
using real_type = real_type_;