Changeset 9149 for trunk/ippdb/tests/pop.c
- Timestamp:
- Oct 3, 2006, 12:09:49 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/pop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/pop.c
r9107 r9149 644 644 psS32 det_id; 645 645 psS32 iteration; 646 char recipe[256]; 647 psF64 bg; 648 psF64 bg_stdev; 649 psF64 bg_mean_stdev; 650 char b1_uri[256]; 651 char b2_uri[256]; 652 653 dbh = psDBInit("localhost", "test", NULL, "test"); 654 if (!dbh) { 655 exit(EXIT_FAILURE); 656 } 657 658 if (!detNormalizedExpPop(dbh, &det_id, &iteration, (char **)&recipe, &bg, &bg_stdev, &bg_mean_stdev, (char **)&b1_uri, (char **)&b2_uri)) { 659 exit(EXIT_FAILURE); 660 } 661 662 psDBCleanup(dbh); 663 } 664 665 { 666 psDB *dbh; 667 psS32 det_id; 668 psS32 iteration; 646 669 char comment[256]; 647 670
Note:
See TracChangeset
for help on using the changeset viewer.
