IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21168


Ignore:
Timestamp:
Jan 25, 2009, 10:57:01 AM (17 years ago)
Author:
eugene
Message:

removed deprecated arguments from pmConfigAlloc, which now takes void

File:
1 edited

Legend:

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

    r20643 r21168  
    5959    psFitsClose(fits);
    6060
    61     // XXX format needs to be equivalent to SIMPLE
    62     // determine the current format from the header
    63     // determine camera if not specified already
     61    // We need to force the format for the skycell to be equivalent to SIMPLE.  Determine
     62    // the current format from the header; Determine camera if not specified already
    6463    // XXX EAM : this operation should be defined as a pmConfig function (pmConfigCopy?)
    65     skyConfig = pmConfigAlloc(0, NULL);
     64    skyConfig = pmConfigAlloc();
    6665    skyConfig->user = psMemIncrRefCounter(config->user);
    6766    skyConfig->system = psMemIncrRefCounter(config->system);
Note: See TracChangeset for help on using the changeset viewer.