IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 5, 2008, 9:19:40 AM (18 years ago)
Author:
Paul Price
Message:

config->complete has been removed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroLoadRefstars.c

    r18176 r18914  
    3333
    3434    // substitute abstract name with concrete name, if present in PSASTRO.CATDIRS
    35     psMetadata *catdirs = psMetadataLookupMetadata(&status, config->complete, "PSASTRO.CATDIRS"); // List of cameras
     35    psMetadata *catdirs = psMetadataLookupMetadata(&status, config->site, "PSASTRO.CATDIRS"); // List of cameras
    3636    if (!catdirs) {
    3737        psError(PS_ERR_UNEXPECTED_NULL, true, "Unable to find PSASTRO.CATDIRS in the system configuration.\n");
Note: See TracChangeset for help on using the changeset viewer.