IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2028


Ignore:
Timestamp:
Oct 8, 2004, 1:18:27 PM (22 years ago)
Author:
harman
Message:

Cosmetic change

Location:
trunk/psLib/src
Files:
2 edited

Legend:

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

    r2025 r2028  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2004-10-08 22:59:09 $
     13 *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2004-10-08 23:18:27 $
    1515 *
    1616 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    824824    tmTime.tm_isdst = -1;
    825825
    826     // Allocate psTime struct
    827     //ALLOC_TIME(outTime)
    828 
    829826    // Convert tm time to psTime
    830827    outTime = psTMToTime(&tmTime);
  • trunk/psLib/src/astronomy/psTime.c

    r2025 r2028  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2004-10-08 22:59:09 $
     13 *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2004-10-08 23:18:27 $
    1515 *
    1616 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    824824    tmTime.tm_isdst = -1;
    825825
    826     // Allocate psTime struct
    827     //ALLOC_TIME(outTime)
    828 
    829826    // Convert tm time to psTime
    830827    outTime = psTMToTime(&tmTime);
Note: See TracChangeset for help on using the changeset viewer.