IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 27, 2014, 4:21:00 PM (12 years ago)
Author:
watersc1
Message:

Working with metadata structures is far easier than pmFPAfiles. First cleanly running-to-completion version. Now to sort out the resolution issues.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppBackground/src/ppBackgroundStackData.c

    r36582 r36615  
    1313    )
    1414{
    15   psFree(data->contents);
    16   psFree(data->smfs);
     15  // CZW 2014-03-24
     16  // The things that are commented out here, and therefore don't get freed are in that state because
     17  // I'd far rather spend time sorting out actual math issues than dealing with data structures.
     18 
     19  //  psFree(data->contents);
     20 
     21//  psFree(data->smfs);
    1722
     23  psFree(data->models);
    1824  psFree(data->OTA_solutions);
    1925  psFree(data->OTApath);
     
    2531  psFree(data->stacks);
    2632  psFree(data->outRoot);
    27   psFree(data->config);
     33  //psFree(data->config);
    2834  return;
    2935}
     
    3844    data->smfs = psArrayAlloc(0);
    3945
     46    data->models = psMetadataAlloc();
    4047    data->OTA_solutions = psMetadataAlloc();
    4148    data->fit_OTAS = false;
Note: See TracChangeset for help on using the changeset viewer.