must initialize copymode in base class
This commit is contained in:
@ -20,7 +20,7 @@ namespace LAMMPS_NS {
|
||||
|
||||
class Command : protected Pointers {
|
||||
public:
|
||||
Command(class LAMMPS *lmp) : Pointers(lmp) {};
|
||||
Command(class LAMMPS *lmp) : Pointers(lmp), copymode(0) {};
|
||||
virtual void command(int, char **) = 0;
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user