IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 23, 2006, 5:13:02 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.33

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippdb/tests/alloc.c

    r8528 r8543  
    10071007        detStackedImfileRow *object;
    10081008
    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    );
    10101010
    10111011        if (!object) {
     
    10421042        }
    10431043        if (!object->bg_mean_stdev == 64.64) {
     1044            psFree(object);
     1045            exit(EXIT_FAILURE);
     1046        }
     1047        if (!object->normalize == true) {
    10441048            psFree(object);
    10451049            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.