forked from lijiext/lammps
parent
365707704c
commit
c3e8cb2f30
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue