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/metadatafromobject.c

    r8528 r8543  
    12101210        bool            status;
    12111211
    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);
    12131213        if (!object) {
    12141214            exit(EXIT_FAILURE);
     
    12511251        }
    12521252        if (!psMetadataLookupF64(&status, md, "bg_mean_stdev") == 64.64) {
     1253            psFree(md);
     1254            exit(EXIT_FAILURE);
     1255        }
     1256        if (!psMetadataLookupBool(&status, md, "normalize") == true) {
    12531257            psFree(md);
    12541258            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.