Changeset 8543 for trunk/ippdb/tests/alloc.c
- Timestamp:
- Aug 23, 2006, 5:13:02 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/alloc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/alloc.c
r8528 r8543 1007 1007 detStackedImfileRow *object; 1008 1008 1009 object = detStackedImfileRowAlloc(-32, -32, "a string", "a string", "a string", 64.64, 64.64, 64.64 );1009 object = detStackedImfileRowAlloc(-32, -32, "a string", "a string", "a string", 64.64, 64.64, 64.64, true ); 1010 1010 1011 1011 if (!object) { … … 1042 1042 } 1043 1043 if (!object->bg_mean_stdev == 64.64) { 1044 psFree(object); 1045 exit(EXIT_FAILURE); 1046 } 1047 if (!object->normalize == true) { 1044 1048 psFree(object); 1045 1049 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
