Refactor Kokkos AtomVec

This commit is contained in:
Stan Moore
2022-12-12 17:34:18 -07:00
parent 2421f9098c
commit 6d8e7e1ece
38 changed files with 121 additions and 8761 deletions

View File

@ -24,7 +24,7 @@ AtomStyle(sphere,AtomVecSphere);
namespace LAMMPS_NS {
class AtomVecSphere : public AtomVec {
class AtomVecSphere : virtual public AtomVec {
public:
AtomVecSphere(class LAMMPS *);
void process_args(int, char **) override;