IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 6, 2006, 6:45:40 PM (21 years ago)
Author:
eugene
Message:

moved filename out of SkyRegion into SkyList, SkyTable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/lcat.c

    r5451 r5945  
    3333  for (i = 0; i < skylist[0].Nregions; i++) {
    3434    exists = 'Y';
    35     if (stat ((char *) skylist[0].regions[i][0].filename, &filestat) == -1) exists = 'N';
     35    if (stat (skylist[0].filename[i], &filestat) == -1) exists = 'N';
    3636    if (ShowAll) {
    3737      fprintf (stderr, "%3d %s  %c\n", i, skylist[0].regions[i][0].name, exists);
Note: See TracChangeset for help on using the changeset viewer.