IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 24, 2006, 2:07:03 PM (20 years ago)
Author:
Paul Price
Message:

Changed definition of psVectorAlloc and psArrayAlloc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotChoosePSF.c

    r9661 r9734  
    5050    pmSourceFitModelInit (15, 0.1, POISSON_ERRORS);
    5151
    52     stars = psArrayAlloc (sources->n);
     52    stars = psArrayAllocEmpty (sources->n);
    5353
    5454    // select the candidate PSF stars (pointers to original sources)
     
    8787    // set up an array to store the results
    8888    psArray *models = psArrayAlloc (list->n);
    89     models->n = list->n;
    9089
    9190    // try each model option listed in config
Note: See TracChangeset for help on using the changeset viewer.