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/skycat.c

    r5451 r5945  
    6363
    6464  for (i = 0; i < Nregions; i++) {
    65     if (ShowAll || (stat ((char *) regions[i][0].filename, &filestat) != -1)) {
     65    if (ShowAll || (stat (skylist[0].filename[i], &filestat) != -1)) {
    6666      if (VERBOSE) fprintf (stderr, "%3d %s %6.2f - %6.2f, %6.2f - %6.2f\n", i, regions[i][0].name,
    6767                            regions[i][0].Rmin, regions[i][0].Rmax, regions[i][0].Dmin, regions[i][0].Dmax);
Note: See TracChangeset for help on using the changeset viewer.