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

@ -41,7 +41,7 @@ ComputeImproper::ComputeImproper(LAMMPS *lmp, int narg, char **arg) :
error->all(FLERR,
"Improper style for compute improper command is not hybrid");
size_vector = nsub = improper->nstyles;
emine = new double[nsub];
vector = new double[nsub];
}
@ -64,7 +64,7 @@ void ComputeImproper::init()
if (!improper)
error->all(FLERR,
"Improper style for compute improper command is not hybrid");
if (improper->nstyles != nsub)
if (improper->nstyles != nsub)
error->all(FLERR,"Improper style for compute improper command has changed");
}