Skip to content

Commit

Permalink
Add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Feb 1, 2024
1 parent fe95d78 commit 8bb47e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@

![Build Status](https://github.com/Smithsonia/SuperNOVAS/actions/workflows/build.yml/badge.svg)
![Test](https://github.com/Smithsonia/SuperNOVAS/actions/workflows/test.yml/badge.svg)
![Static Analysis](https://github.com/Smithsonia/SuperNOVAS/actions/workflows/test.yml/badge.svg)
![API documentation](https://github.com/Smithsonia/SuperNOVAS/actions/workflows/test.yml/badge.svg)



# SuperNOVAS: the Naval Observatory NOVAS C library, made easier to use.

## Introduction
Expand Down
2 changes: 0 additions & 2 deletions src/novas.c
Original file line number Diff line number Diff line change
Expand Up @@ -1543,9 +1543,7 @@ short gcrs2equ(double jd_tt, enum novas_equator_type coord_sys, enum novas_accur
pos1[1] = cos(d) * sin(r);
pos1[2] = sin(d);


// Transform the position vector based on the value of 'coord_sys'.

if(coord_sys <= 1) {
// Transform the position vector from GCRS to mean equator and equinox
// of date.
Expand Down

0 comments on commit 8bb47e3

Please sign in to comment.