provide Command base class in command.h for deriving command styles from
This commit is contained in:
@ -20,11 +20,11 @@ CommandStyle(change_box,ChangeBox)
|
||||
#ifndef LMP_CHANGE_BOX_H
|
||||
#define LMP_CHANGE_BOX_H
|
||||
|
||||
#include "pointers.h"
|
||||
#include "command.h"
|
||||
|
||||
namespace LAMMPS_NS {
|
||||
|
||||
class ChangeBox : protected Pointers {
|
||||
class ChangeBox : protected Command {
|
||||
public:
|
||||
ChangeBox(class LAMMPS *);
|
||||
void command(int, char **);
|
||||
|
||||
Reference in New Issue
Block a user