fix typo in comments

(cherry picked from commit 7875009218)
This commit is contained in:
Axel Kohlmeyer 2016-08-30 16:46:02 -04:00
parent 365707704c
commit c3e8cb2f30
2 changed files with 2 additions and 2 deletions

View File

@ -2006,7 +2006,7 @@ void FixRigid::setup_bodies_static()
MPI_Allreduce(sum[0],all[0],6*nbody,MPI_DOUBLE,MPI_SUM,world);
// error check that re-computed momemts of inertia match diagonalized ones
// error check that re-computed moments of inertia match diagonalized ones
// do not do test for bodies with params read from infile
double norm;

View File

@ -2192,7 +2192,7 @@ void FixRigidSmall::setup_bodies_static()
commflag = ITENSOR;
comm->reverse_comm_fix(this,6);
// error check that re-computed momemts of inertia match diagonalized ones
// error check that re-computed moments of inertia match diagonalized ones
// do not do test for bodies with params read from infile
double norm;