Changeset 29002 for trunk/ppSim/src/ppSimPhotomReadoutForce.c
- Timestamp:
- Aug 20, 2010, 12:09:48 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppSim/src/ppSimPhotomReadoutForce.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSim/src/ppSimPhotomReadoutForce.c
r27657 r29002 46 46 psArray *realSources = psArrayAlloc (realMeasuredSources->n); 47 47 for (int i = 0; i < realMeasuredSources->n; i++) { 48 realSources->data[i] = pmSourceCopy (realMeasuredSources->data[i]);48 realSources->data[i] = pmSourceCopyData (realMeasuredSources->data[i]); 49 49 } 50 50
Note:
See TracChangeset
for help on using the changeset viewer.
