remove trailing whitespace
This commit is contained in:
@ -30,7 +30,7 @@ enum{TEMP,KECOM,INTERNAL};
|
||||
|
||||
ComputeTempChunk::ComputeTempChunk(LAMMPS *lmp, int narg, char **arg) :
|
||||
Compute(lmp, narg, arg),
|
||||
which(NULL), idchunk(NULL), id_bias(NULL), sum(NULL), sumall(NULL), count(NULL),
|
||||
which(NULL), idchunk(NULL), id_bias(NULL), sum(NULL), sumall(NULL), count(NULL),
|
||||
countall(NULL), massproc(NULL), masstotal(NULL), vcm(NULL), vcmall(NULL)
|
||||
{
|
||||
if (narg < 4) error->all(FLERR,"Illegal compute temp/chunk command");
|
||||
@ -131,7 +131,7 @@ ComputeTempChunk::ComputeTempChunk(LAMMPS *lmp, int narg, char **arg) :
|
||||
|
||||
nchunk = 1;
|
||||
maxchunk = 0;
|
||||
|
||||
|
||||
if (nvalues) {
|
||||
array_flag = 1;
|
||||
size_array_cols = nvalues;
|
||||
|
||||
Reference in New Issue
Block a user