IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 19, 2008, 10:09:10 AM (18 years ago)
Author:
eugene
Message:

re-vamping config to define user/site/system

File:
1 edited

Legend:

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

    r12717 r16542  
    6363    // determine camera if not specified already
    6464    skyConfig = pmConfigAlloc(0, NULL);
    65     skyConfig->site = psMemIncrRefCounter (config->site);
     65    skyConfig->xxSite = psMemIncrRefCounter (config->xxSite);
     66    skyConfig->xxSystem = psMemIncrRefCounter (config->xxSystem);
     67    // XXX EAM : not sure both site and system are used here
     68
    6669    psFree (skyConfig->files);
    6770    skyConfig->files = psMemIncrRefCounter (config->files);
Note: See TracChangeset for help on using the changeset viewer.