IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4925


Ignore:
Timestamp:
Aug 30, 2005, 4:33:37 PM (21 years ago)
Author:
Paul Price
Message:

Changes following api-delta

File:
1 edited

Legend:

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

    r4918 r4925  
    1 %%% $Id: psLibSDRS.tex,v 1.331 2005-08-31 01:22:15 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.332 2005-08-31 02:33:37 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    377377%\filbreak
    378378\begin{datatype}
    379 typedef struct {
     379typedef struct psMemBlock {
    380380    const void* startblock;             ///< initialised to p_psMEMMAGIC
    381381    struct psMemBlock* previousBlock;   ///< previous block in allocation list
     
    32223222typedef struct {
    32233223    psDimen dimen;                      ///< The dimensionality
    3224     psElemType type;                ///< The type
     3224    psElemType type;                    ///< The type
    32253225} psMathType;
    32263226\end{datatype}
     
    34043404
    34053405\begin{prototype}
    3406 int psVectorInit(psVector *image, ...);
     3406bool psVectorInit(psVector *image, ...);
    34073407\end{prototype}
    34083408
     
    35143514
    35153515\begin{prototype}
    3516 int psImageInit(psImage *image, ...);
     3516bool psImageInit(psImage *image, ...);
    35173517\end{prototype}
    35183518
Note: See TracChangeset for help on using the changeset viewer.