IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 22, 2008, 10:21:52 AM (18 years ago)
Author:
eugene
Message:

using new user/site/system construction for config files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpDefineSkycell.c

    r12717 r16611  
    6262    // determine the current format from the header
    6363    // determine camera if not specified already
     64    // XXX EAM : this operation should be defined as a pmConfig function (pmConfigCopy?)
    6465    skyConfig = pmConfigAlloc(0, NULL);
    65     skyConfig->site = psMemIncrRefCounter (config->site);
     66    skyConfig->complete = psMemIncrRefCounter (config->complete);
     67
    6668    psFree (skyConfig->files);
    6769    skyConfig->files = psMemIncrRefCounter (config->files);
Note: See TracChangeset for help on using the changeset viewer.