Changeset 16048
- Timestamp:
- Jan 8, 2008, 4:10:42 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/pmFootprint.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/pmFootprint.c
r14655 r16048 762 762 // Set stop bits from peaks list 763 763 // 764 assert (peaks == NULL || peaks->n == 0 || p mPeakTest(peaks->data[0]));764 assert (peaks == NULL || peaks->n == 0 || psMemCheckPeak(peaks->data[0])); 765 765 if (peaks != NULL) { 766 766 for (int i = 0; i < peaks->n; i++) { … … 1034 1034 assert (footprints->n == 0 || pmFootprintTest(footprints->data[0])); 1035 1035 assert (peaks != NULL); 1036 assert (peaks->n == 0 || p mPeakTest(peaks->data[0]));1036 assert (peaks->n == 0 || psMemCheckPeak(peaks->data[0])); 1037 1037 1038 1038 if (footprints->n == 0) {
Note:
See TracChangeset
for help on using the changeset viewer.
