more Voigt clarifications

This commit is contained in:
Plimpton
2021-02-10 09:58:53 -07:00
parent 761527e563
commit 5fecd9ed72
4 changed files with 8 additions and 8 deletions

View File

@ -539,7 +539,7 @@ void AtomVecTri::data_atom_bonus(int m, char **values)
double area = 0.5 * MathExtra::len3(norm);
rmass[m] *= area;
// inertia = inertia tensor of triangle as 6-vector in Voigt notation
// inertia = inertia tensor of triangle as 6-vector in Voigt ordering
double inertia[6];
MathExtra::inertia_triangle(c1,c2,c3,rmass[m],inertia);