Changeset 9307 for trunk/ippdb/tests/pop.c
- Timestamp:
- Oct 5, 2006, 12:04:18 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/pop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/pop.c
r9301 r9307 511 511 char b1_uri[256]; 512 512 char b2_uri[256]; 513 psF32 zp_mean; 514 psF32 zp_stdev; 513 515 psS32 p2_version; 514 516 psS32 p3_version; … … 519 521 } 520 522 521 if (!p3ProcessedExpPop(dbh, (char **)&exp_tag, (char **)&uri, (char **)&recipe, &bg, &bg_stdev, &bg_mean_stdev, &sigma_ra, &sigma_dec, &nastro, (char **)&b1_uri, (char **)&b2_uri, & p2_version, &p3_version)) {523 if (!p3ProcessedExpPop(dbh, (char **)&exp_tag, (char **)&uri, (char **)&recipe, &bg, &bg_stdev, &bg_mean_stdev, &sigma_ra, &sigma_dec, &nastro, (char **)&b1_uri, (char **)&b2_uri, &zp_mean, &zp_stdev, &p2_version, &p3_version)) { 522 524 exit(EXIT_FAILURE); 523 525 }
Note:
See TracChangeset
for help on using the changeset viewer.
