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

@ -28,7 +28,7 @@ using namespace LAMMPS_NS;
ComputeGyrationChunk::ComputeGyrationChunk(LAMMPS *lmp, int narg, char **arg) :
Compute(lmp, narg, arg),
idchunk(NULL), massproc(NULL), masstotal(NULL), com(NULL), comall(NULL),
idchunk(NULL), massproc(NULL), masstotal(NULL), com(NULL), comall(NULL),
rg(NULL), rgall(NULL), rgt(NULL), rgtall(NULL)
{
if (narg < 4) error->all(FLERR,"Illegal compute gyration/chunk command");