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