Skip to content

Commit

Permalink
Minor README edit and site update
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Dec 3, 2024
1 parent 5055350 commit 5c02262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@ code:
// Optionally you may use a separate ephemeris dataset for major planets
// (or if planet ephemeris was included in 'eph' above, you don't have to)
t_calcephbin *pleph = calceph_open(...);
int status = novas_use_calceph_planets(pleph);
status = novas_use_calceph_planets(pleph);
if(status < 0) {
// Ooops something went wrong...
}
Expand Down

0 comments on commit 5c02262

Please sign in to comment.