IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 24, 2005, 12:30:36 PM (21 years ago)
Author:
jhoblitt
Message:

fix some invalid C

File:
1 edited

Legend:

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

    r4369 r4384  
    1 %%% $Id: psLibSDRS.tex,v 1.296 2005-06-23 21:20:34 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.297 2005-06-24 22:30:36 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    20832083    char *bits;                         ///< The bits
    20842084    void *lock;                         ///< Optional lock for thread safety
    2085 }} psBitSet;
     2085} psBitSet;
    20862086\end{datatype}
    20872087
     
    23832383typedef enum {                          ///< option flags for psMetadata functions
    23842384    PS_META_DEFAULT         = 0,        ///< default behavior (0x0000) for use in mode above
    2385     PS_META_REPLACE         = 0x1000000 ///< allow entry to be replaced
    2386     PS_META_DUPLICATE_OK    = 0x2000000 ///< allow duplicate entries
     2385    PS_META_REPLACE         = 0x1000000, ///< allow entry to be replaced
     2386    PS_META_DUPLICATE_OK    = 0x2000000, ///< allow duplicate entries
    23872387    PS_META_NULL            = 0x4000000 ///< psMetadataItem.data is a NULL value
    23882388} psMetadataFlags;
Note: See TracChangeset for help on using the changeset viewer.