IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 23, 2005, 3:10:00 PM (21 years ago)
Author:
gusciora
Message:

Added moderate trace messages to psStats.c.

File:
1 edited

Legend:

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

    r4859 r5117  
    11/*****************************************************************************
    22    This routine must ensure that the psStats structure is correctly
    3     allocated and deallocated by the procedure psArrayStats().
     3    allocated and deallocated by the procedure psStatsAlloc().
     4 
     5    XXX: This should be test 00.
    46 *****************************************************************************/
    57#include <stdio.h>
     
    1113{
    1214    psLogSetFormat("HLNM");
     15    //
     16    // We list pertinent psStats.c functions here for debugging ease.
     17    //
     18    psTraceSetLevel(".", 0);
     19    psTraceSetLevel("psStatsAlloc", 0);
     20
    1321    psStats *myStats    = NULL;
    1422    psS32 testStatus      = true;
Note: See TracChangeset for help on using the changeset viewer.