First commit

- added spin/kk style files
- modified few necessary files
- compiles, but SegFault when running
This commit is contained in:
julient31
2020-09-30 11:43:01 -06:00
parent e0e4e516fc
commit c4579a7502
7 changed files with 1518 additions and 0 deletions

View File

@ -76,6 +76,12 @@ AtomKokkos::~AtomKokkos()
memoryKK->destroy_kokkos(k_improper_atom3, improper_atom3);
memoryKK->destroy_kokkos(k_improper_atom4, improper_atom4);
// SPIN package
memoryKK->destroy_kokkos(k_sp, sp);
memoryKK->destroy_kokkos(k_fm, fm);
memoryKK->destroy_kokkos(k_fm_long, fm_long);
// USER-DPD package
memoryKK->destroy_kokkos(k_uCond,uCond);
memoryKK->destroy_kokkos(k_uMech,uMech);