IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 22, 2007, 12:47:07 PM (19 years ago)
Author:
jhoblitt
Message:

comment out more diag()s

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sys/tap_psLine.c

    r11684 r12550  
    55 *  @author  dRob, MHPCC
    66 *
    7  *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
    8  *  @date  $Date: 2007-02-07 22:43:26 $
     7 *  @version $Revision: 1.3 $  $Name: not supported by cvs2svn $
     8 *  @date  $Date: 2007-03-22 22:47:07 $
    99 *
    1010 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3535psS32 testLineAlloc(void)
    3636{
    37     diag("testLineAlloc");
     37//    diag("testLineAlloc");
    3838
    3939    psLine *lineline = NULL;
     
    6363psS32 testLineInit(void)
    6464{
    65     diag("testLineInit");
     65//    diag("testLineInit");
    6666
    6767    psLine *line = NULL;
     
    9191psS32 testLineAdd(void)
    9292{
    93     diag("testLineAdd");
     93//    diag("testLineAdd");
    9494
    9595    psLine *line = NULL;
     
    125125psS32 testLineChk(void)
    126126{
    127     diag("testLineChk");
     127//    diag("testLineChk");
    128128
    129129    psLine *line = NULL;
Note: See TracChangeset for help on using the changeset viewer.