Skip to content

Commit 85b4381

Browse files
authored
Upload all version 7.70 files
1 parent 2dac366 commit 85b4381

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

astrolog.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
** Initial programming 8/28-30/1991.
4949
** X Window graphics initially programmed 10/23-29/1991.
5050
** PostScript graphics initially programmed 11/29-30/1992.
51-
** Last code change made 4/2/2024.
51+
** Last code change made 4/22/2024.
5252
*/
5353

5454
/*
@@ -292,7 +292,7 @@
292292
** One shouldn't ever need to change anything below this line to compile.
293293
*/
294294

295-
#define BETA // Uncomment to compile in beta message on startup.
295+
//#define BETA // Uncomment to compile in beta message on startup.
296296
#define ASTROLOG
297297
#ifdef _DEBUG
298298
#define DEBUG
@@ -1715,7 +1715,7 @@ typedef struct _UserSettings {
17151715
flag fSidereal2; // -Ys
17161716
flag fTrueNode; // -Yn
17171717
flag fNoNutation; // -Yn0
1718-
flag fNaturalNode; // -Yn1
1718+
flag fNaturalNode; // -Ynn
17191719
flag fEuroDate; // -Yd
17201720
flag fEuroTime; // -Yt
17211721
flag fEuroDist; // -Yv

0 commit comments

Comments
 (0)