IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12382


Ignore:
Timestamp:
Mar 9, 2007, 10:27:03 AM (19 years ago)
Author:
Paul Price
Message:

Changed prototype for psImageInit and psVectorInit to get some type safety.

File:
1 edited

Legend:

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

    r12182 r12382  
    1 %%% $Id: psLibSDRS.tex,v 1.444 2007-03-02 21:15:35 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.445 2007-03-09 20:27:03 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    37573757
    37583758\begin{prototype}
    3759 bool psVectorInit(psVector *vector, ...);
     3759bool psVectorInit(psVector *vector, double value);
    37603760\end{prototype}
    37613761
     
    38813881
    38823882\begin{prototype}
    3883 bool psImageInit(psImage *image, ...);
     3883bool psImageInit(psImage *image, double value);
    38843884\end{prototype}
    38853885
Note: See TracChangeset for help on using the changeset viewer.