IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16189


Ignore:
Timestamp:
Jan 22, 2008, 5:28:09 PM (18 years ago)
Author:
Paul Price
Message:

Wrong value being added to arguments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppArith/src/ppArithArguments.c

    r15597 r16189  
    7272
    7373    bool isMask = psMetadataLookupBool(NULL, arguments, "-mask"); // Are we dealing with masks?
    74     psMetadataAddBool(config->arguments, PS_LIST_TAIL, "MASK", 0, "Produce a mask image?", true);
     74    psMetadataAddBool(config->arguments, PS_LIST_TAIL, "MASK", 0, "Produce a mask image?", isMask);
    7575    const char *inFilerule = isMask ? "PPARITH.INPUT.MASK" : "PPARITH.INPUT.IMAGE"; // Input file rule
    7676    const char *outFilerule = isMask ? "PPARITH.OUTPUT.MASK" : "PPARITH.OUTPUT.IMAGE"; // Output file rule
Note: See TracChangeset for help on using the changeset viewer.