IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 1, 2007, 6:20:06 PM (19 years ago)
Author:
gusciora
Message:

Added tabular file of all psLib functions in Chapter 6 of the SDRS (Data
Manipulation). Most of the test file changes in this check-in are fairly
cosmetic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/math/tap_psFunc01.c

    r10945 r13124  
    1010#include "tap.h"
    1111#include "pstap.h"
     12
    1213#define MY_MEAN 5.0
    1314#define MY_STDEV 2.0
     
    2122    plan_tests(4);
    2223
     24
    2325    // Test the psGaussian(): normalized version
    2426    {
    2527        psMemId id = psMemGetId();
    26 
    2728        bool errorFlag = false;
    2829        for (psS32 x = 0 ; x < (int) (MY_MEAN * 2.0) ; x++)
     
    3738        ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
    3839    }
     40
    3941
    4042    // Test the psGaussian(): non-normalized version
Note: See TracChangeset for help on using the changeset viewer.