Skip to content

Commit 8bb47e3

Browse files
committed
Add badges
1 parent fe95d78 commit 8bb47e3

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2+
![Build Status](https://github.com/Smithsonia/SuperNOVAS/actions/workflows/build.yml/badge.svg)
3+
![Test](https://github.com/Smithsonia/SuperNOVAS/actions/workflows/test.yml/badge.svg)
4+
![Static Analysis](https://github.com/Smithsonia/SuperNOVAS/actions/workflows/test.yml/badge.svg)
5+
![API documentation](https://github.com/Smithsonia/SuperNOVAS/actions/workflows/test.yml/badge.svg)
6+
7+
8+
19
# SuperNOVAS: the Naval Observatory NOVAS C library, made easier to use.
210

311
## Introduction

src/novas.c

-2
Original file line numberDiff line numberDiff line change
@@ -1543,9 +1543,7 @@ short gcrs2equ(double jd_tt, enum novas_equator_type coord_sys, enum novas_accur
15431543
pos1[1] = cos(d) * sin(r);
15441544
pos1[2] = sin(d);
15451545

1546-
15471546
// Transform the position vector based on the value of 'coord_sys'.
1548-
15491547
if(coord_sys <= 1) {
15501548
// Transform the position vector from GCRS to mean equator and equinox
15511549
// of date.

0 commit comments

Comments
 (0)