git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8542 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2012-08-06 22:46:35 +00:00
parent 3631240914
commit 76721f9101

View File

@ -61,7 +61,7 @@ double ComputeERotateSphere::compute_scalar()
int nlocal = atom->nlocal;
// sum rotational energy for each particle
// point particles will not contribute due to radius = 0
// point particles will not contribute, due to radius = 0.0
double erotate = 0.0;
for (int i = 0; i < nlocal; i++)