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