IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 4, 2006, 11:45:54 AM (19 years ago)
Author:
eugene
Message:

updated to new pmConfigRead, added PSASTRO_RECIPE, new option lookup

File:
1 edited

Legend:

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

    r9574 r10438  
    1313
    1414    // select the current recipe
    15     psMetadata *recipe  = psMetadataLookupPtr (NULL, config->recipes, "PSASTRO");
     15    psMetadata *recipe  = psMetadataLookupPtr (NULL, config->recipes, PSASTRO_RECIPE);
    1616    if (!recipe) {
    1717        psError(PSASTRO_ERR_CONFIG, true, "Can't find PSASTRO recipe!\n");
Note: See TracChangeset for help on using the changeset viewer.