Changeset 2383 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Nov 18, 2004, 1:54:32 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r2372 r2383 1 %%% $Id: psLibSDRS.tex,v 1.15 2 2004-11-16 02:20:33price Exp $1 %%% $Id: psLibSDRS.tex,v 1.153 2004-11-18 23:54:32 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 158 158 convenience to the user. 159 159 160 \subsection{Use of \code{restrict}}160 \subsection{Use of {\tt restrict}} 161 161 162 162 The \code{restrict} type qualifier in C99 indicates to the compiler … … 1776 1776 psLookupTable *psLookupTableAlloc(const char *filename, int numValues); 1777 1777 \end{verbatim} 1778 Here the \co nst{filename} indicates the file from which the table1778 Here the \code{filename} indicates the file from which the table 1779 1779 shall be read when \code{psLookupTableRead} is 1780 1780 called. \code{numValues} indicates the number of vectors in the
Note:
See TracChangeset
for help on using the changeset viewer.
