IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 23, 2007, 5:02:34 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION 1.1.12

File:
1 edited

Legend:

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

    r12026 r12033  
    15901590            exit(EXIT_FAILURE);
    15911591        }
    1592         if (!object->bg_mean_stdev == 64.64) {
     1592        if (!object->bg_stdev == 64.64) {
    15931593            psFree(object);
    15941594            exit(EXIT_FAILURE);
     
    16961696            exit(EXIT_FAILURE);
    16971697        }
    1698         if (!object->bg_mean_stdev == 64.64) {
     1698        if (!object->bg_stdev == 64.64) {
    16991699            psFree(object);
    17001700            exit(EXIT_FAILURE);
     
    17861786            exit(EXIT_FAILURE);
    17871787        }
    1788         if (!object->bg_mean_stdev == 64.64) {
     1788        if (!object->bg_stdev == 64.64) {
    17891789            psFree(object);
    17901790            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.