- Timestamp:
- Aug 26, 2010, 9:18:39 AM (16 years ago)
- Location:
- branches/sc_branches/trunkTest
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppSim/src/ppSimPhotomReadoutFake.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/sc_branches/trunkTest
- Property svn:mergeinfo changed
-
branches/sc_branches/trunkTest/ppSim/src/ppSimPhotomReadoutFake.c
r27657 r29060 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.
