Skip to content
Snippets Groups Projects
Commit 0d4bcebb authored by siflfran's avatar siflfran
Browse files

Makefile.in: sunrise.o dazu

sunriset.c: vergessenes Semikolon dazu
parent 374eae5a
No related branches found
No related tags found
No related merge requests found
# AfterStepApps standard Makefile and autoconf/ ; do not edit
OBJS = astime.o astime_x.o safecopy.o x_color.o
OBJS = astime.o astime_x.o safecopy.o x_color.o sunriset.o
PROG = astime
......
......@@ -32,7 +32,7 @@ double rev180( double x );
double GMST0( double d );
/* A small test program */
/*
main()
{
int year,month,day;
......@@ -139,7 +139,7 @@ main()
return 0;
}
}
*/
/* The "workhorse" function for sun rise/set times */
......@@ -432,7 +432,7 @@ double day_civil_twilight_length(int year, int month, int day,
double day_nautical_twilight_length(int year, int month, int day,
double lon, double lat)
{
return __daylen__(year, month, day, lon, lat, -12.0, 0)
return __daylen__(year, month, day, lon, lat, -12.0, 0);
}
double day_astronomical_twilight_length(int year, int month, int day,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment