IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 1, 2004, 9:03:59 AM (22 years ago)
Author:
gusciora
Message:

code mods.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/tst_psMinimize07.c

    r2246 r2248  
    164164}
    165165
    166 #define PS_SEG "psLib."
    167 #define PS_PWD "dataManip."
    168 #define PS_FILE "psMinimize."
    169 #define PS_FUNC "__func__"
    170 #define TC(a, b, c, d) a ## b ## c ## d
    171 
    172 int t02()
    173 {
    174     #define MY_FUNC "t02()"
    175     psTraceSetLevel(".", 10);
    176 
    177     //    printf("HMMM: %s\n", PS_SEG PS_PWD PS_FILE MY_FUNC);
    178     psTraceSetLevel(PS_SEG PS_PWD PS_FILE MY_FUNC, 5);
    179     psTracePrintLevels();
    180 
    181     return(0);
    182     #undef MY_FUNC
    183 }
    184 
    185166psS32 main()
    186167{
    187     //    t00();
    188     //    t01();
    189     t02();
     168    t00();
     169    t01();
    190170}
    191171//This code is
Note: See TracChangeset for help on using the changeset viewer.