IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 26, 2005, 9:49:41 AM (21 years ago)
Author:
eugene
Message:

mods to keep up-to-date with psLib changes

File:
1 edited

Legend:

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

    r5127 r5134  
    204204  // build binned versions of rflux, metric
    205205  dBin = (stats->max - stats->min) / 10.0;
    206   psVector *rfBin = psVectorCreate (stats->min, stats->max, dBin, PS_TYPE_F64);
     206  psVector *rfBin = psVectorCreate (NULL, stats->min, stats->max, dBin, PS_TYPE_F64);
    207207  psVector *daBin = psVectorAlloc (rfBin->n, PS_TYPE_F64);
    208208  psVector *maskB = psVectorAlloc (rfBin->n, PS_TYPE_U8);
Note: See TracChangeset for help on using the changeset viewer.