IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 1, 2006, 3:05:04 PM (20 years ago)
Author:
Paul Price
Message:

Updating to use psModules head --- pmConfigRead changed, and pmConfigDB

File:
1 edited

Legend:

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

    r6978 r7027  
    1717    config->start           = NULL;
    1818    config->stop            = NULL;
    19     config->camera          = NULL;
    2019    config->camera_name     = NULL;
    2120    config->telescope       = NULL;
     
    2322    config->filter          = NULL;
    2423    config->dbh             = NULL;
    25     config->site            = NULL;
    26     config->recipe          = NULL;
     24    config->modules         = NULL;
    2725    config->exp_id          = NULL;
    2826    config->class           = NULL;
     
    3836    psFree(config->start);
    3937    psFree(config->stop);
    40     psFree(config->camera);
    4138    psFree(config->camera_name);
    4239    psFree(config->telescope);
    4340    psFree(config->exp_type);
    4441    psFree(config->filter);
    45     psFree(config->dbh);
    46     psFree(config->site);
    47     psFree(config->recipe);
     42    psFree(config->dbh);
     43    psFree(config->modules);
    4844    psFree(config->exp_id);
    4945    psFree(config->class);
Note: See TracChangeset for help on using the changeset viewer.