Skip to content
Snippets Groups Projects
Commit 1452b11e authored by Gabriele Serafini's avatar Gabriele Serafini
Browse files

Update IodGooding.java

modified line 238
parent 8efdb12a
No related branches found
No related tags found
No related merge requests found
......@@ -235,7 +235,7 @@ public class IodGooding {
final Vector3D lineOfSight3,
final int maxIterations) {
final double ARBF = 1e-6; // finite differences step
boolean withHalley = false; // use Halley's method
boolean withHalley = true; // use Halley's method
final double cvtol = 1e-14; // convergence tolerance
rho1 = rho1init;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment