IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 15, 2010, 6:29:09 AM (16 years ago)
Author:
eugene
Message:

fix sersic parameterization; allow grid to have random values; change pmSourceCopy to pmSourceCopyData

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100621/ppSim/src/ppSimPhotomReadoutForce.c

    r27657 r28675  
    4646    psArray *realSources = psArrayAlloc (realMeasuredSources->n);
    4747    for (int i = 0; i < realMeasuredSources->n; i++) {
    48         realSources->data[i] = pmSourceCopy (realMeasuredSources->data[i]);
     48        realSources->data[i] = pmSourceCopyData (realMeasuredSources->data[i]);
    4949    }
    5050
Note: See TracChangeset for help on using the changeset viewer.