IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 4, 2006, 5:37:16 PM (20 years ago)
Author:
Paul Price
Message:

Moving format back into options --- we need to know the camera configuration in order to get the recipe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeData.c

    r7067 r7073  
    99    )
    1010{
    11     psFree(data->format);
    1211    psFree(data->in);
    1312    psFree(data->out);
     
    2322    psMemSetDeallocator(data, (psFreeFunc)mergeDataFree);
    2423
    25     data->format = NULL;
    2624    data->numCells = 0;
    2725    data->in = NULL;
Note: See TracChangeset for help on using the changeset viewer.