USER-DPD: more whitespace fixes

This commit is contained in:
Tim Mattox
2016-12-20 11:17:11 -05:00
parent 2ba424e1a3
commit c4e02a5d2b
10 changed files with 26 additions and 26 deletions

View File

@ -43,7 +43,7 @@ ComputeDpdAtom::ComputeDpdAtom(LAMMPS *lmp, int narg, char **arg) :
size_peratom_cols = 4;
nmax = 0;
if (atom->dpd_flag != 1) error->all(FLERR,"compute dpd requires atom_style with internal temperature and energies (e.g. dpd)");
}