whitespace

This commit is contained in:
William Zunker
2025-04-07 23:02:00 -04:00
parent 7643c901eb
commit 586d24f5ef
2 changed files with 2 additions and 2 deletions

View File

@ -346,7 +346,7 @@ user-specified damping coefficient in the *normal* model:
\eta_n = \eta_{n0}
Here, :math:`\eta_{n0}` is the damping coefficient specified for the normal
contact model, in units of *mass*\ /\ *time*\ .
contact model, in units of *mass*\ /\ *time*\ .
For *damping mass_velocity*, the normal damping is given by:

View File

@ -85,7 +85,7 @@ double GranSubModDampingVelocity::calculate_forces()
} else {
damp_prefactor = damp;
}
} else {
} else {
damp_prefactor = damp;
}
return -damp_prefactor * gm->vnnr;