Apply override to Command classes

This commit is contained in:
Richard Berger
2022-01-20 16:35:59 -05:00
parent 06cb86dfb9
commit c9776dad6f
44 changed files with 58 additions and 65 deletions

View File

@ -27,7 +27,7 @@ namespace LAMMPS_NS {
class CreateAtoms : public Command {
public:
CreateAtoms(class LAMMPS *);
void command(int, char **);
void command(int, char **) override;
private:
int me, nprocs;