replace leading tabs
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user