IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 21, 2008, 3:10:30 PM (18 years ago)
Author:
eugene
Message:

xxSite,xxSystem,xxUser to site,system,user,complete

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080219/pswarp/src/pswarpDefineSkycell.c

    r16542 r16577  
    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->xxSite = psMemIncrRefCounter (config->xxSite);
    66     skyConfig->xxSystem = psMemIncrRefCounter (config->xxSystem);
    67     // XXX EAM : not sure both site and system are used here
     66    skyConfig->complete = psMemIncrRefCounter (config->complete);
    6867
    6968    psFree (skyConfig->files);
Note: See TracChangeset for help on using the changeset viewer.