IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 29, 2007, 12:26:41 PM (19 years ago)
Author:
magnier
Message:

changed PHASE2 recipe to PPIMAGE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConceptsPhotcode.c

    r11144 r11377  
    2222    // select recipe options supplied on command line
    2323    bool mdok;                          // Status of MD lookup
    24     psMetadata *recipe  = psMetadataLookupPtr(&mdok, config->recipes, "PHASE2");
     24    psMetadata *recipe  = psMetadataLookupPtr(&mdok, config->recipes, "PPIMAGE");
    2525    if (!mdok || !recipe) {
    26         psError(PS_ERR_IO, true, "Recipe PHASE2 not found\n");
     26        psError(PS_ERR_IO, true, "Recipe PPIMAGE not found\n");
    2727        return NULL;
    2828    }
     
    3131    char *rule = psMetadataLookupStr(&mdok, recipe, "PHOTCODE.RULE");
    3232    if (!mdok || !rule || strlen(rule) == 0) {
    33         psError(PS_ERR_IO, true, "PHOTCODE.RULE not found in PHASE2 recipe\n");
     33        psError(PS_ERR_IO, true, "PHOTCODE.RULE not found in PPIMAGE recipe\n");
    3434        return NULL;
    3535    }
Note: See TracChangeset for help on using the changeset viewer.