replace leading tabs

This commit is contained in:
Axel Kohlmeyer
2018-03-16 12:28:13 -04:00
parent fc3de22c17
commit ee862d8bf5
243 changed files with 13704 additions and 13704 deletions

View File

@ -47,7 +47,7 @@ FixNHSphere::FixNHSphere(LAMMPS *lmp, int narg, char **arg) :
if (strcmp(arg[iarg],"disc") == 0){
inertia = 0.5;
if (domain->dimension != 2)
error->all(FLERR,
error->all(FLERR,
"Fix nvt/nph/npt sphere disc option requires 2d simulation");
}
iarg++;