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

    r5451 r5945  
    5656  for (j = 0; j < skylist[0].Nregions; j++) {
    5757    /* lock, load, unlock catalog */
    58     catalog.filename = (char *) skylist[0].regions[j][0].filename;
     58    catalog.filename = skylist[0].filename[j];
    5959    switch (lock_catalog (&catalog, LCK_SOFT)) {
    6060    case 2:
Note: See TracChangeset for help on using the changeset viewer.