Changeset 6255
- Timestamp:
- Jan 30, 2006, 2:55:46 PM (20 years ago)
- Location:
- trunk/doc/pslib
- Files:
-
- 2 edited
-
ChangeLogSDRS.tex (modified) (2 diffs)
-
psLibSDRS.tex (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/ChangeLogSDRS.tex
r6219 r6255 1 %%% $Id: ChangeLogSDRS.tex,v 1.1 89 2006-01-27 02:25:00price Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.190 2006-01-31 00:55:42 price Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 843 843 \item change \code{psFitsReadTable()}'s \code{fits} param to be \code{const} 844 844 \item Added S8,S16,U8,U16,U32 to \code{psDataType} (bug 579). 845 \end{itemize} 845 \item \code{psVector.n} and \code{psArray.n} to be initially set to zero 846 \item \code{psArrayAlloc} and \code{psArrayRealloc} to initialise values 847 \end{itemize} -
trunk/doc/pslib/psLibSDRS.tex
r6219 r6255 1 %%% $Id: psLibSDRS.tex,v 1.37 7 2006-01-27 02:25:05price Exp $1 %%% $Id: psLibSDRS.tex,v 1.378 2006-01-31 00:55:46 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 1884 1884 % 1885 1885 In these functions, \code{nalloc} is the number of elements to 1886 allocate. For\code{psArrayAlloc}, the value of \code{psArray.n} is1887 set to \code{nalloc}. Users may choose to restrict the data range1886 allocate. In \code{psArrayAlloc}, the value of \code{psArray.n} is 1887 initially set to zero. Users may choose to restrict the data range 1888 1888 after the \code{psArrayAlloc} function is called. For 1889 1889 \code{psArrayRealloc}, if the value of \code{nalloc} is smaller than … … 1895 1895 \code{array} is \code{NULL}, then \code{psArrayRealloc} must return an 1896 1896 error. 1897 1898 Since \code{psArray} stores pointers, values on the array shall always 1899 be initialised to \code{NULL} on \code{psArrayAlloc}. 1900 \code{psArrayRealloc} shall initialise values to \code{NULL} where the 1901 array has been grown. 1897 1902 1898 1903 \begin{prototype} … … 3399 3404 In these functions, \code{nalloc} is the number of elements to 3400 3405 allocate. For \code{psVectorAlloc}, the value of \code{psVector.n} is 3401 set to \code{nalloc}. Users may choose to restrict the data range3406 initially set to zero. Users may choose to restrict the data range 3402 3407 after the \code{psVectorAlloc} function is called. For 3403 3408 \code{psVectorRealloc}, if the value of \code{nalloc} is smaller than
Note:
See TracChangeset
for help on using the changeset viewer.
