Changeset 37757
- Timestamp:
- Dec 18, 2014, 2:41:26 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140904/Ohana/src/dvopsps/src
- Files:
-
- 2 edited
-
insert_detections_dvopsps_catalog.c (modified) (1 diff)
-
insert_objects_dvopsps_catalog.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140904/Ohana/src/dvopsps/src/insert_detections_dvopsps_catalog.c
r37361 r37757 239 239 } 240 240 241 PrintIOBuffer (buffer, "(%lu, ", detection->objID); // objID 242 PrintIOBuffer (buffer, "%lu, ", detection->detectID); // detectID 243 PrintIOBuffer (buffer, "%lu, ", detection->ippObjID); // ippObjID 241 // XXX I needed OFF_T_FMT on my 32bit ubuntu laptop; ok on 64bit? 242 PrintIOBuffer (buffer, "("OFF_T_FMT", ", detection->objID); // objID 243 PrintIOBuffer (buffer, OFF_T_FMT", ", detection->detectID); // detectID 244 PrintIOBuffer (buffer, OFF_T_FMT", ", detection->ippObjID); // ippObjID 244 245 PrintIOBuffer (buffer, "%u, ", detection->ippDetectID); // ippDetectID 245 246 PrintIOBuffer (buffer, "%d, ", detection->imageID); // imageID -
branches/eam_branches/ipp-20140904/Ohana/src/dvopsps/src/insert_objects_dvopsps_catalog.c
r37246 r37757 256 256 // XXX this bit could/should be autocoded... 257 257 PrintIOBuffer (ave_buffer, " ("); 258 PrintIOBuffer (ave_buffer, "%lu, ", average->extID);258 PrintIOBuffer (ave_buffer, OFF_T_FMT", ", average->extID); 259 259 PrintIOBuffer (ave_buffer, "%u, ", average->objID); 260 260 PrintIOBuffer (ave_buffer, "%u, ", average->catID);
Note:
See TracChangeset
for help on using the changeset viewer.
