IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2016


Ignore:
Timestamp:
Oct 7, 2004, 3:07:22 PM (22 years ago)
Author:
harman
Message:

Removed Robert's commented code

Location:
trunk/psLib/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astro/psTime.c

    r2001 r2016  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2004-10-07 19:16:46 $
     13 *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2004-10-08 01:07:22 $
    1515 *
    1616 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    469469    // Convert Universal Time (UTC) to  UT1
    470470    ALLOC_TIME(ut1UtcDelta);
    471     // ALLOC_TIME(ut1Time);
    472471    ut1UtcDelta->usec = psGetUT1Delta(utcTime)*1e6;
    473472    ut1Time = psTimeAdd(utcTime, ut1UtcDelta);
     
    479478
    480479    // Calculate Terrestial Dynamical Time (TDT)
    481     // ALLOC_TIME(tdtTime);
    482480    ALLOC_TIME(tdtDelta);
    483481    tdtDelta->sec = 32;
  • trunk/psLib/src/astronomy/psTime.c

    r2001 r2016  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2004-10-07 19:16:46 $
     13 *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2004-10-08 01:07:22 $
    1515 *
    1616 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    469469    // Convert Universal Time (UTC) to  UT1
    470470    ALLOC_TIME(ut1UtcDelta);
    471     // ALLOC_TIME(ut1Time);
    472471    ut1UtcDelta->usec = psGetUT1Delta(utcTime)*1e6;
    473472    ut1Time = psTimeAdd(utcTime, ut1UtcDelta);
     
    479478
    480479    // Calculate Terrestial Dynamical Time (TDT)
    481     // ALLOC_TIME(tdtTime);
    482480    ALLOC_TIME(tdtDelta);
    483481    tdtDelta->sec = 32;
Note: See TracChangeset for help on using the changeset viewer.