apply clang-format
This commit is contained in:
@ -74,10 +74,8 @@ ComputeTempSphere::ComputeTempSphere(LAMMPS *lmp, int narg, char **arg) :
|
||||
|
||||
// error checks
|
||||
|
||||
if (!atom->omega_flag)
|
||||
error->all(FLERR,"Compute temp/sphere requires atom attribute omega");
|
||||
if (!atom->radius_flag)
|
||||
error->all(FLERR,"Compute temp/sphere requires atom attribute radius");
|
||||
if (!atom->omega_flag) error->all(FLERR, "Compute temp/sphere requires atom attribute omega");
|
||||
if (!atom->radius_flag) error->all(FLERR, "Compute temp/sphere requires atom attribute radius");
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user