remove trailing whitespace
This commit is contained in:
@ -29,13 +29,13 @@ enum { MASSCENTER, GEOMCENTER };
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
ComputeDipoleChunk::ComputeDipoleChunk(LAMMPS *lmp, int narg, char **arg) :
|
||||
ComputeDipoleChunk::ComputeDipoleChunk(LAMMPS *lmp, int narg, char **arg) :
|
||||
Compute(lmp, narg, arg),
|
||||
idchunk(NULL), massproc(NULL), masstotal(NULL), chrgproc(NULL),
|
||||
idchunk(NULL), massproc(NULL), masstotal(NULL), chrgproc(NULL),
|
||||
chrgtotal(NULL), com(NULL),
|
||||
comall(NULL), dipole(NULL), dipoleall(NULL)
|
||||
{
|
||||
if ((narg != 4) && (narg != 5))
|
||||
if ((narg != 4) && (narg != 5))
|
||||
error->all(FLERR,"Illegal compute dipole/chunk command");
|
||||
|
||||
array_flag = 1;
|
||||
@ -57,7 +57,7 @@ ComputeDipoleChunk::ComputeDipoleChunk(LAMMPS *lmp, int narg, char **arg) :
|
||||
else if (strcmp(arg[4],"mass") == 0) usecenter = MASSCENTER;
|
||||
else error->all(FLERR,"Illegal compute dipole/chunk command");
|
||||
}
|
||||
|
||||
|
||||
init();
|
||||
|
||||
// chunk-based data
|
||||
|
||||
Reference in New Issue
Block a user