IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 16, 2006, 4:18:39 PM (20 years ago)
Author:
Paul Price
Message:

Change to output statistics of combined image.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeOptions.c

    r7260 r8405  
    122122    // Now we can read the recipe
    123123    bool mdok = true;                   // Status of MD lookup
    124     psMetadata *recipe = psMetadataLookupMD(&mdok, config->recipes, RECIPENAME); // Recipe information
     124    psMetadata *recipe = psMetadataLookupMD(&mdok, config->recipes, PPMERGE_RECIPE); // Recipe information
    125125    if (!mdok || !recipe) {
    126         psError(PS_ERR_IO, true, "Unable to find recipe %s", RECIPENAME);
     126        psError(PS_ERR_IO, true, "Unable to find recipe %s", PPMERGE_RECIPE);
    127127        exit(EXIT_FAILURE);
    128128    }
Note: See TracChangeset for help on using the changeset viewer.