Changeset 702
- Timestamp:
- May 14, 2004, 4:41:00 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r681 r702 1 %%% $Id: psLibSDRS.tex,v 1.4 3 2004-05-14 01:23:03 eugene Exp $1 %%% $Id: psLibSDRS.tex,v 1.44 2004-05-15 02:41:00 price Exp $ 2 2 \documentclass[panstarrs]{panstarrs} 3 3 … … 729 729 with \code{psTraceSetDestination}: 730 730 \begin{verbatim} 731 void psTraceSetDestination( const char *filename // Fileto write to732 ); 733 \end{verbatim} 734 If the \code{f ilename} is \code{NULL}, then the trace is sent to735 standardoutput.731 void psTraceSetDestination(FILE *fp // Open file pointer to write to 732 ); 733 \end{verbatim} 734 If the \code{fp} is \code{NULL}, then the trace is sent to standard 735 output. 736 736 737 737 \subsubsection{Message Logging}
Note:
See TracChangeset
for help on using the changeset viewer.
