Changeset 39144
- Timestamp:
- Nov 15, 2015, 7:58:18 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/dvomerge/src/dvoverify_utils.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/dvomerge/src/dvoverify_utils.c
r38986 r39144 350 350 m = catalog.average[i].lensobjOffset; 351 351 for (j = 0; j < catalog.average[i].Nlensobj; j++) { 352 if ((catalog.lensobj[m+j].objID == 0xffffffff) && (catalog.lensobj[m+j].catID == 0xffffffff)) continue; 352 353 objIDsOK &= (catalog.average[i].objID == catalog.lensobj[m+j].objID); 353 354 catIDsOK &= (catalog.average[i].catID == catalog.lensobj[m+j].catID); 355 if (!(catalog.average[i].objID == catalog.lensobj[m+j].objID)) { 356 fprintf (stderr, "!"); 357 } 358 if (!(catalog.average[i].catID == catalog.lensobj[m+j].catID)) { 359 fprintf (stderr, "?"); 360 } 354 361 } 355 362 }
Note:
See TracChangeset
for help on using the changeset viewer.
