Changeset 8543 for trunk/ippdb/tests/metadatafromobject.c
- Timestamp:
- Aug 23, 2006, 5:13:02 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/metadatafromobject.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/metadatafromobject.c
r8528 r8543 1210 1210 bool status; 1211 1211 1212 object = detStackedImfileRowAlloc(-32, -32, "a string", "a string", "a string", 64.64, 64.64, 64.64 );1212 object = detStackedImfileRowAlloc(-32, -32, "a string", "a string", "a string", 64.64, 64.64, 64.64, true); 1213 1213 if (!object) { 1214 1214 exit(EXIT_FAILURE); … … 1251 1251 } 1252 1252 if (!psMetadataLookupF64(&status, md, "bg_mean_stdev") == 64.64) { 1253 psFree(md); 1254 exit(EXIT_FAILURE); 1255 } 1256 if (!psMetadataLookupBool(&status, md, "normalize") == true) { 1253 1257 psFree(md); 1254 1258 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
