Changeset 8543 for trunk/ippdb/tests/pop.c
- Timestamp:
- Aug 23, 2006, 5:13:02 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/pop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/pop.c
r8528 r8543 558 558 psF64 bg_stdev; 559 559 psF64 bg_mean_stdev; 560 561 dbh = psDBInit("localhost", "test", NULL, "test"); 562 if (!dbh) { 563 exit(EXIT_FAILURE); 564 } 565 566 if (!detStackedImfilePop(dbh, &det_id, &iteration, (char **)&class_id, (char **)&uri, (char **)&recipe, &bg, &bg_stdev, &bg_mean_stdev)) { 560 bool normalize; 561 562 dbh = psDBInit("localhost", "test", NULL, "test"); 563 if (!dbh) { 564 exit(EXIT_FAILURE); 565 } 566 567 if (!detStackedImfilePop(dbh, &det_id, &iteration, (char **)&class_id, (char **)&uri, (char **)&recipe, &bg, &bg_stdev, &bg_mean_stdev, &normalize)) { 567 568 exit(EXIT_FAILURE); 568 569 }
Note:
See TracChangeset
for help on using the changeset viewer.
