provide Command base class in command.h for deriving command styles from
This commit is contained in:
@ -20,11 +20,11 @@ CommandStyle(reset_atom_ids,ResetIDs)
|
||||
#ifndef LMP_RESET_IDS_H
|
||||
#define LMP_RESET_IDS_H
|
||||
|
||||
#include "pointers.h"
|
||||
#include "command.h"
|
||||
|
||||
namespace LAMMPS_NS {
|
||||
|
||||
class ResetIDs : protected Pointers {
|
||||
class ResetIDs : protected Command {
|
||||
public:
|
||||
struct AtomRvous {
|
||||
bigint ibin;
|
||||
|
||||
Reference in New Issue
Block a user