IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2005, 11:24:50 AM (21 years ago)
Author:
desonia
Message:

added a flush of the stream in psTrace. This is required for debuging using
GCC 4.0, which aggressively buffers output to stdout/stderr.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psTrace.c

    r3782 r3850  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.47 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-04-28 23:50:43 $
     11 *  @version $Revision: 1.48 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-05-05 21:24:50 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    521521        va_end(ap);
    522522    }
     523    fflush(traceFP);
    523524}
    524525
Note: See TracChangeset for help on using the changeset viewer.