IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 24, 2006, 2:26:51 PM (20 years ago)
Author:
eugene
Message:

updates to make spec and code consistent

File:
1 edited

Legend:

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

    r7954 r7955  
    1 %%% $Id: psLibSDRS.tex,v 1.421 2006-07-25 00:10:04 eugene Exp $
     1%%% $Id: psLibSDRS.tex,v 1.422 2006-07-25 00:26:51 eugene Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    980980    long NLINE;                 // allocated length
    981981    long Nline;                 // current length
    982     char *line;                 // character string data
     982    psString line;              // character string data
    983983} psLine;
    984984\end{datatype}
     
    10561056    PS_DATA_IMAGE,                     ///< psImage
    10571057    PS_DATA_KERNEL,                    ///< psKernel
     1058    PS_DATA_LINE,                      ///< psLine
    10581059    PS_DATA_LIST,                      ///< psList
    10591060    PS_DATA_LOOKUPTABLE,               ///< psLookupTable
     
    36373638
    36383639\begin{prototype}
    3639 bool psVectorSet(const psVector *input, long position, double complex value);
     3640bool psVectorSet(psVector *input, long position, double complex value);
    36403641double complex psVectorGet(const psVector *input, long position);
    36413642\end{prototype}
     
    41084109\begin{prototype}
    41094110long psDBUpdateRows(psDB *dbh, const char *tableName, const psMetadata *where,
    4110                     const psMetadata *values);
     4111                    psMetadata *values);
    41114112\end{prototype}
    41124113
Note: See TracChangeset for help on using the changeset viewer.