IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7807


Ignore:
Timestamp:
Jul 3, 2006, 4:41:19 PM (20 years ago)
Author:
Paul Price
Message:

Adding error condition.

File:
1 edited

Legend:

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

    r7704 r7807  
    1 %%% $Id: psLibSDRS.tex,v 1.415 2006-06-27 04:31:21 jhoblitt Exp $
     1%%% $Id: psLibSDRS.tex,v 1.416 2006-07-04 02:41:19 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    35883588plus {\em twice} the number of new elements (\code{nExtend}) is
    35893589greater than the allocated space, an additional \code{delta} elements
    3590 are allocated.  If the value of \code{delta} is less than 1, 10 shall
    3591 be used.
     3590are allocated.  The function shall generate an error if \code{nExtend}
     3591is negative.  If the value of \code{delta} is less than 1, 10 shall be
     3592used.
    35923593
    35933594Here is an example of how \code{psVectorExtend} is used to
Note: See TracChangeset for help on using the changeset viewer.