IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 8, 2005, 9:53:30 AM (21 years ago)
Author:
Paul Price
Message:

Removed const from psVector.n

File:
1 edited

Legend:

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

    r3665 r3686  
    1 %%% $Id: psLibSDRS.tex,v 1.201 2005-04-05 21:35:03 jhoblitt Exp $
     1%%% $Id: psLibSDRS.tex,v 1.202 2005-04-08 19:53:30 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    13291329typedef struct {
    13301330    psType type;                        ///< vector data type and dimension
    1331     const int n;                        ///< size of vector
     1331    int n;                              ///< size of vector
    13321332    const int nalloc;                   ///< allocated data block
    13331333    union {
Note: See TracChangeset for help on using the changeset viewer.