Skip to content

Commit

Permalink
Updated version date, added the only remaining numbered natural satel…
Browse files Browse the repository at this point in the history
…lite to 'odd_name.txt'
  • Loading branch information
Bill-Gray committed May 5, 2023
1 parent 001d2c0 commit 62d10b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions miscell.cpp
Expand Up @@ -640,6 +640,8 @@ const char *write_bit_string( char *ibuff, const uint64_t bits)
return( ibuff);
}

/* Very simple pattern matcher, using ? and * only */

bool pattern_match(const char* pattern, const char* string)
{
while( pattern[0])
Expand All @@ -661,6 +663,6 @@ bool pattern_match(const char* pattern, const char* string)
const char *find_orb_version_jd( double *jd)
{
if( jd)
*jd = 2460060.5;
return( "2023 Apr 26");
*jd = 2460068.5;
return( "2023 May 04");
}
1 change: 1 addition & 0 deletions odd_name.txt
Expand Up @@ -83,6 +83,7 @@ J069S Jupiter LXIX = S/2017 J 8
J070S Jupiter LXX = S/2017 J 9
J071S Jupiter LXXI = S/2018 J 2 = Ersa
J072S Jupiter LXXII = S/2011 J 1
S001S Saturn I = Mimas
S002S Saturn II = Enceladus
S003S Saturn III = Tethys
S004S Saturn IV = Dione
Expand Down

0 comments on commit 62d10b1

Please sign in to comment.