Merge branch 'master' of https://github.com/lammps/lammps into lammps-master
This commit is contained in:
@ -30,7 +30,6 @@
|
||||
#include "output.h"
|
||||
#include "pair.h"
|
||||
#include "thermo.h"
|
||||
#include "universe.h"
|
||||
#include "update.h"
|
||||
|
||||
#include <cstring>
|
||||
@ -42,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);
|
||||
|
||||
Reference in New Issue
Block a user