IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 27, 2005, 2:41:37 PM (21 years ago)
Author:
jhoblitt
Message:

fix some more invalid C

File:
1 edited

Legend:

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

    r4396 r4403  
    1 %%% $Id: psLibSDRS.tex,v 1.298 2005-06-25 03:07:12 jhoblitt Exp $
     1%%% $Id: psLibSDRS.tex,v 1.299 2005-06-28 00:41:37 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    62526252\begin{datatype}
    62536253typedef enum {
    6254     PS_SPHERICAL;                       ///< Offset on a sphere
    6255     PS_LINEAR;                          ///< Linear offset
     6254    PS_SPHERICAL,                       ///< Offset on a sphere
     6255    PS_LINEAR                           ///< Linear offset
    62566256} psSphereOffsetMode;
    62576257
    62586258typedef enum {
    6259     PS_ARCSEC;                          ///< Arcseconds
    6260     PS_ARCMIN;                          ///< Arcminutes
    6261     PS_DEGREE;                          ///< Degrees
    6262     PS_RADIAN;                          ///< Radians
     6259    PS_ARCSEC,                          ///< Arcseconds
     6260    PS_ARCMIN,                          ///< Arcminutes
     6261    PS_DEGREE,                          ///< Degrees
     6262    PS_RADIAN                           ///< Radians
    62636263} psSphereOffsetUnit;
    62646264\end{datatype}
Note: See TracChangeset for help on using the changeset viewer.