remove trailing whitespace

This commit is contained in:
Axel Kohlmeyer
2018-03-16 12:37:27 -04:00
parent ee862d8bf5
commit 59dbb49cf9
204 changed files with 1543 additions and 1543 deletions

View File

@ -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