IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 22, 2005, 10:57:16 AM (21 years ago)
Author:
Paul Price
Message:

Removed "const long n" in psArray.

File:
1 edited

Legend:

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

    r4591 r4592  
    1 %%% $Id: psLibSDRS.tex,v 1.316 2005-07-22 20:56:05 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.317 2005-07-22 20:57:16 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    16661666\begin{datatype}
    16671667typedef struct {
    1668     const long n;                       ///< size of array
     1668    long n;                             ///< size of array
    16691669    const long nalloc;                  ///< allocated data block
    16701670    psPtr *data;                        ///< pointer to data block
Note: See TracChangeset for help on using the changeset viewer.