IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14900


Ignore:
Timestamp:
Sep 19, 2007, 4:24:16 PM (19 years ago)
Author:
Paul Price
Message:

path_base should be optional, to allow the error code to be inserted.

Location:
trunk/ippTools/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/warptool.c

    r14717 r14900  
    921921    if (!status) {
    922922        psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -path_base");
    923         return false;
    924     }
    925     if (!path_base) {
    926         psError(PS_ERR_UNKNOWN, true, "-path_base is required");
    927923        return false;
    928924    }
  • trunk/ippTools/src/warptoolConfig.c

    r14717 r14900  
    166166            "define URI of file", 0);
    167167    psMetadataAddStr(addwarpedArgs, PS_LIST_TAIL, "-path_base", 0,
    168             "define base output location (required)", 0);
     168            "define base output location", 0);
    169169    psMetadataAddF64(addwarpedArgs, PS_LIST_TAIL, "-bg",  0,
    170170            "define exposure background", NAN);
Note: See TracChangeset for help on using the changeset viewer.