IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 29, 2005, 4:00:11 PM (21 years ago)
Author:
desonia
Message:

merged eam_r8.0_b2 into CVS trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astro/psCoord.h

    r5542 r5624  
    11/** @file  psCoord.h
    2 *
    3 *  @brief Contains basic coordinate transformation definitions and operations
    4 *
    5 *  This file defines the basic types for astronomical coordinate
    6 *  transformation
    7 *
    8 *  @ingroup CoordinateTransform
    9 *
    10 *
    11 *  @author GLG, MHPCC
    12 *
    13 *  @version $Revision: 1.47 $ $Name: not supported by cvs2svn $
    14 *  @date $Date: 2005-11-18 19:39:29 $
    15 *
    16 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    17 */
     2 *
     3 *  @brief Contains basic coordinate transformation definitions and operations
     4 *
     5 *  This file defines the basic types for astronomical coordinate
     6 *  transformation
     7 *
     8 *  @ingroup CoordinateTransform
     9 *
     10 *
     11 *  @author GLG, MHPCC
     12 *
     13 *  @version $Revision: 1.48 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-11-30 02:00:00 $
     15 *
     16 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     17 */
    1818
    1919#ifndef PS_COORD_H
     
    323323    psPlaneTransform *transform        ///< transform to invert
    324324);
     325psPlaneTransform *p_psPlaneTransformLinearInvert_MHPCC(
     326    psPlaneTransform *transform        ///< transform to invert
     327);
    325328
    326329
Note: See TracChangeset for help on using the changeset viewer.