Skip to content

Commit

Permalink
Patch frame transform in EHS
Browse files Browse the repository at this point in the history
  • Loading branch information
niess committed Oct 14, 2021
1 parent b16e7fe commit b52648f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pumas.c
Original file line number Diff line number Diff line change
Expand Up @@ -5859,7 +5859,7 @@ void transport_do_ehs(const struct pumas_physics * physics,
* is numericaly unstable for small angles.
*/
const double d = gamma * (1. + tau);
mu = mu1 * (d * d);
mu = mu1 / (d * d);
}

/* Apply the rotation. */
Expand Down

0 comments on commit b52648f

Please sign in to comment.