summaryrefslogtreecommitdiffstats
path: root/movement/lib/sunriset/sunriset.h
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-04-06 14:56:18 -0400
committerJoey Castillo <joeycastillo@utexas.edu>2022-04-06 14:56:18 -0400
commit4e89d70f999c8766a9cebe0700e1d6ea9d7bbfcf (patch)
tree2baca9564649801aef3be5dc4600284900d528d6 /movement/lib/sunriset/sunriset.h
parent2cba47996ed08c83b7c9b2ba521b68fb8a62f666 (diff)
parent1ec1f2e4207405d55c34c936e2c458cb4a7e8806 (diff)
downloadSensor-Watch-4e89d70f999c8766a9cebe0700e1d6ea9d7bbfcf.tar.gz
Sensor-Watch-4e89d70f999c8766a9cebe0700e1d6ea9d7bbfcf.tar.bz2
Sensor-Watch-4e89d70f999c8766a9cebe0700e1d6ea9d7bbfcf.zip
Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into mars-clock
Diffstat (limited to 'movement/lib/sunriset/sunriset.h')
-rw-r--r--movement/lib/sunriset/sunriset.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/movement/lib/sunriset/sunriset.h b/movement/lib/sunriset/sunriset.h
index f8b97e32..7b2b6c83 100644
--- a/movement/lib/sunriset/sunriset.h
+++ b/movement/lib/sunriset/sunriset.h
@@ -24,8 +24,6 @@ double __daylen__( int year, int month, int day, double lon, double lat,
int __sunriset__( int year, int month, int day, double lon, double lat,
double altit, int upper_limb, double *rise, double *set );
-void sunpos( double d, double *lon, double *r );
-
void sun_RA_dec( double d, double *RA, double *dec, double *r );
double revolution( double x );