IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5915


Ignore:
Timestamp:
Jan 5, 2006, 4:39:46 PM (21 years ago)
Author:
jhoblitt
Message:

change psFitsReadTable()'s fits param to be const

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

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

    r5904 r5915  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.187 2006-01-05 23:49:44 jhoblitt Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.188 2006-01-06 02:39:46 jhoblitt Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    841841\item sync \code{psImage}'s definition with the implementation in psLib
    842842\item convert \code{complex} declarations to be explicitly \code{double complex}
    843 \end{itemize}
     843\item change \code{psFitsReadTable()}'s \code{fits} param to be \code{const}
     844\end{itemize}
  • trunk/doc/pslib/psLibSDRS.tex

    r5914 r5915  
    1 %%% $Id: psLibSDRS.tex,v 1.371 2006-01-06 02:17:02 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.372 2006-01-06 02:39:46 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    42214221
    42224222\begin{prototype}
    4223 psArray *psFitsReadTable (psFits *fits);
     4223psArray *psFitsReadTable(const psFits *fits);
    42244224\end{prototype}
    42254225This function reads the entire data block from a table into the a
Note: See TracChangeset for help on using the changeset viewer.