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

@ -99,7 +99,7 @@ ComputePressure::ComputePressure(LAMMPS *lmp, int narg, char **arg) :
if (keflag && id_temp == NULL)
error->all(FLERR,"Compute pressure requires temperature ID "
"to include kinetic energy");
"to include kinetic energy");
vector = new double[6];
nvirial = 0;
@ -224,7 +224,7 @@ void ComputePressure::compute_vector()
if (force->kspace && kspace_virial && force->kspace->scalar_pressure_flag)
error->all(FLERR,"Must use 'kspace_modify pressure/scalar no' for "
"tensor components with kspace_style msm");
"tensor components with kspace_style msm");
// invoke temperature if it hasn't been already