IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 18, 2004, 1:54:32 PM (22 years ago)
Author:
Paul Price
Message:

Fixes to allow compilation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psLibSDRS.tex

    r2372 r2383  
    1 %%% $Id: psLibSDRS.tex,v 1.152 2004-11-16 02:20:33 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.153 2004-11-18 23:54:32 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    158158convenience to the user.
    159159
    160 \subsection{Use of \code{restrict}}
     160\subsection{Use of {\tt restrict}}
    161161
    162162The \code{restrict} type qualifier in C99 indicates to the compiler
     
    17761776psLookupTable *psLookupTableAlloc(const char *filename, int numValues);
    17771777\end{verbatim}
    1778 Here the \const{filename} indicates the file from which the table
     1778Here the \code{filename} indicates the file from which the table
    17791779shall be read when \code{psLookupTableRead} is
    17801780called. \code{numValues} indicates the number of vectors in the
Note: See TracChangeset for help on using the changeset viewer.