IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 13, 2010, 7:10:46 PM (16 years ago)
Author:
watersc1
Message:

Looks like I had a 0 where I needed a NULL. Hopefully this will resolve the stack stack issues.

File:
1 edited

Legend:

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

    r26927 r26945  
    20622062                                                            run->diff_id,   // ID
    20632063                                                            in_skycell_id,
    2064                                                             0, // warp1_id
     2064                                                            NULL, // warp1_id
    20652065                                                            in_input_stack_id, // stack1
    2066                                                             0, // warp2_id
     2066                                                            NULL, // warp2_id
    20672067                                                            in_template_stack_id, // stack2
    20682068                                                            in_tess_id,
Note: See TracChangeset for help on using the changeset viewer.