Changeset 34824
- Timestamp:
- Dec 14, 2012, 6:59:29 PM (13 years ago)
- Location:
- trunk/ppTranslate/src
- Files:
-
- 3 edited
-
ppMops.h (modified) (1 diff)
-
ppMopsDetections.c (modified) (1 diff)
-
ppMopsRead.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppTranslate/src/ppMops.h
r34650 r34824 62 62 } ppMopsDetections; 63 63 64 ppMopsDetections *ppMopsDetectionsAlloc( );64 ppMopsDetections *ppMopsDetectionsAlloc(void); 65 65 66 66 /// Copy a detection -
trunk/ppTranslate/src/ppMopsDetections.c
r32406 r34824 23 23 } 24 24 25 ppMopsDetections *ppMopsDetectionsAlloc( )25 ppMopsDetections *ppMopsDetectionsAlloc(void) 26 26 { 27 27 ppMopsDetections *det = psAlloc(sizeof(ppMopsDetections)); // Detections, to return -
trunk/ppTranslate/src/ppMopsRead.c
r34779 r34824 83 83 continue; 84 84 } 85 ppMopsDetections *det = ppMopsDetectionsAlloc( size);85 ppMopsDetections *det = ppMopsDetectionsAlloc(); 86 86 det->platescale = NAN; 87 87 detections->data[i] = det;
Note:
See TracChangeset
for help on using the changeset viewer.
