IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 13, 2008, 11:48:02 AM (17 years ago)
Author:
bills
Message:

tweaks for stack vesrus stack diffs (where exp_id is NULL)

File:
1 edited

Legend:

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

    r20973 r20976  
    916916                      template_warp_id ? template_warp_id : PS_MAX_S64,
    917917                      template_stack_id ? template_stack_id : PS_MAX_S64,
    918                       exp_id,
     918                      exp_id ? exp_id : PS_MAX_S64,
    919919                      config)) {
    920920        psError(PS_ERR_UNKNOWN, false, "failed to create populated diffRun");
Note: See TracChangeset for help on using the changeset viewer.