Skip to content
Snippets Groups Projects
Commit f026f781 authored by Bryan Cazabonne's avatar Bryan Cazabonne
Browse files

Reduced scale of M2 driver in Brouwer-Lyddane propagator builder.

parent fe605729
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ public class BrouwerLyddanePropagatorBuilder extends AbstractPropagatorBuilder i
* in the multiplications/divisions sequences.
* </p>
*/
private static final double SCALE = FastMath.scalb(1.0, -20);
private static final double SCALE = FastMath.scalb(1.0, -32);
/** Provider for un-normalized coefficients. */
private final UnnormalizedSphericalHarmonicsProvider provider;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment