Skip to content

Commit

Permalink
doc: update
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgepiloto committed Sep 9, 2024
1 parent 2080c3c commit 64a3da4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ from lamberthub import authorYYYY


v1, v2 = authorYYYY(
mu, r1, r2, tof, M, prograde=True, low_path=True, maxiter=35, atol=1e-5, rtol=1e-7, full_output=False
mu, r1, r2, tof, M=0, prograde=True, low_path=True, # Type of solution
maxiter=35, atol=1e-5, rtol=1e-7, full_output=False # Iteration config
)
```

Expand Down

0 comments on commit 64a3da4

Please sign in to comment.