take advantage of having the common Command base class to unify code paths
This commit is contained in:
@ -24,7 +24,7 @@ CommandStyle(create_atoms,CreateAtoms)
|
||||
|
||||
namespace LAMMPS_NS {
|
||||
|
||||
class CreateAtoms : protected Command {
|
||||
class CreateAtoms : public Command {
|
||||
public:
|
||||
CreateAtoms(class LAMMPS *);
|
||||
void command(int, char **);
|
||||
|
||||
Reference in New Issue
Block a user