IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4455


Ignore:
Timestamp:
Jul 5, 2005, 3:01:13 PM (21 years ago)
Author:
Paul Price
Message:

Fix bug 470.

File:
1 edited

Legend:

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

    r4454 r4455  
    1 %%% $Id: psLibSDRS.tex,v 1.309 2005-07-06 00:37:47 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.310 2005-07-06 01:01:13 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    20972097typedef struct {
    20982098    long n;                             ///< Number of chars that form the bitset
    2099     char *bits;                         ///< The bits
     2099    psU8 *bits;                         ///< The bits
    21002100    void *lock;                         ///< Optional lock for thread safety
    21012101} psBitSet;
Note: See TracChangeset for help on using the changeset viewer.