mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 23:08:40 +02:00
Fix comment.
This commit is contained in:
@@ -1991,7 +1991,7 @@ static int FSun(int rise, func_info *info)
|
|||||||
double cosz = -0.014543897; /* for sunrise and sunset */
|
double cosz = -0.014543897; /* for sunrise and sunset */
|
||||||
int r;
|
int r;
|
||||||
|
|
||||||
/* Civil twilight: cos(6 degrees) */
|
/* Civil twilight: cos(96 degrees) */
|
||||||
if (rise == 2 || rise == 3) {
|
if (rise == 2 || rise == 3) {
|
||||||
cosz = -0.104528463268;
|
cosz = -0.104528463268;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user