provide Command base class in command.h for deriving command styles from
This commit is contained in:
@ -30,7 +30,7 @@ enum{MULTI,ATOM,BOND,ANGLE,DIHEDRAL,IMPROPER,STATS};
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
DeleteBonds::DeleteBonds(LAMMPS *lmp) : Pointers(lmp) {}
|
||||
DeleteBonds::DeleteBonds(LAMMPS *lmp) : Command(lmp) {}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user