fix spelling error

This commit is contained in:
Steve Plimpton
2024-04-04 14:37:03 -06:00
parent 03711c13da
commit ec7b76454a
2 changed files with 2 additions and 2 deletions

View File

@ -1987,7 +1987,7 @@ void FixRigid::setup_bodies_static()
// necessary so that quaternion is a simple rotation around +z axis
// or a 180 degree rotation for a -z axis
// otherwise richardson() method for a body with a tiny evalue (near-linear)
// may not preserve the correct z-aligned quat and assocated evectors
// may not preserve the correct z-aligned quat and associated evectors
// over time due to round-off accumulation
if (domain->dimension == 2) {

View File

@ -2135,7 +2135,7 @@ void FixRigidSmall::setup_bodies_static()
// necessary so that quaternion is a simple rotation around +z axis
// or a 180 degree rotation for a -z axis
// otherwise richardson() method for a body with a tiny evalue (near-linear)
// may not preserve the correct z-aligned quat and assocated evectors
// may not preserve the correct z-aligned quat and associated evectors
// over time due to round-off accumulation
if (domain->dimension == 2) {