provide Command base class in command.h for deriving command styles from
This commit is contained in:
@ -35,7 +35,7 @@ enum{X=0,Y,Z,YZ,XZ,XY};
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
ChangeBox::ChangeBox(LAMMPS *lmp) : Pointers(lmp) {}
|
||||
ChangeBox::ChangeBox(LAMMPS *lmp) : Command(lmp) {}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user