whitespace cleanup: remove (evil) tabs

This commit is contained in:
Axel Kohlmeyer
2019-11-03 10:57:18 -05:00
parent 9159a43d5d
commit 9e7ca428aa
47 changed files with 626 additions and 626 deletions

View File

@ -134,7 +134,7 @@ double BodyRoundedPolyhedron::enclosing_radius(struct AtomVecBody::Bonus *bonus)
{
int nvertices = bonus->ivalue[0];
if (nvertices == 1 || nvertices == 2)
return *(bonus->dvalue+3*nsub(bonus)+2);
return *(bonus->dvalue+3*nsub(bonus)+2);
return *(bonus->dvalue+3*nsub(bonus) + 2*nedges(bonus) +
MAX_FACE_SIZE*nfaces(bonus));
}
@ -385,7 +385,7 @@ void BodyRoundedPolyhedron::data_body(int ibonus, int ninteger, int ndouble,
------------------------------------------------------------------------- */
double BodyRoundedPolyhedron::radius_body(int /*ninteger*/, int ndouble,
int *ifile, double *dfile)
int *ifile, double *dfile)
{
int nsub = ifile[0];
int ned = ifile[1];