IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 1, 2007, 1:38:30 PM (19 years ago)
Author:
gusciora
Message:

Removed diag() macros.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/fft/tap_psImageFFT.c

    r12154 r12156  
    66#include "pstap.h"
    77
    8 #define TOL 2.0e-6                      // Tolerance for comparison
     8#define TOL 2.0e-5                      // Tolerance for comparison
    99
    1010
     
    2828    psMemId id = psMemGetId();
    2929
    30     diag("Testing %dx%d", numCols, numRows);
    3130    psImage *old = generateImage(numCols, numRows);
    3231    psImage *fftReal = NULL, *fftImag = NULL;
Note: See TracChangeset for help on using the changeset viewer.