remove trailing whitespace
This commit is contained in:
@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user