IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1557


Ignore:
Timestamp:
Aug 16, 2004, 5:18:16 PM (22 years ago)
Author:
jhoblitt
Message:

make psTime.secs signed so dates prior to 1970 can be represented

File:
1 edited

Legend:

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

    r1554 r1557  
    1 %%% $Id: psLibSDRS.tex,v 1.73 2004-08-17 01:56:41 eugene Exp $
     1%%% $Id: psLibSDRS.tex,v 1.74 2004-08-17 03:18:16 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    30443044
    30453045typedef struct {
    3046     psU64            sec;           ///< seconds
     3046    psS64            sec;           ///< seconds, negative values represent dates before 1970
    30473047    psU32            usec;          ///< microseconds
    30483048    psTimeType       type;          ///< type of time
Note: See TracChangeset for help on using the changeset viewer.