provide Command base class in command.h for deriving command styles from

This commit is contained in:
Axel Kohlmeyer
2021-04-13 17:47:00 -04:00
parent f07fa3d266
commit b53822da46
74 changed files with 203 additions and 180 deletions

View File

@ -41,7 +41,7 @@ enum{ELLIPSOID,LINE,TRIANGLE,BODY}; // also in AtomVecHybrid
/* ---------------------------------------------------------------------- */
WriteData::WriteData(LAMMPS *lmp) : Pointers(lmp)
WriteData::WriteData(LAMMPS *lmp) : Command(lmp)
{
MPI_Comm_rank(world,&me);
MPI_Comm_size(world,&nprocs);