Changeset 6255 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Jan 30, 2006, 2:55:46 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.
