IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 29, 2006, 4:20:43 PM (20 years ago)
Author:
Paul Price
Message:

Moved PS_ASSERT functions into appropriate places. Created psAssert.h for general PS_ASSERT functions. Vector-specific assertions went to psVector.h; image-specific assertions went to psImage.h, etc. psConstants.h remains, but only contains specific math constants and functions, as the name implies.

File:
1 edited

Legend:

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

    r6874 r7766  
    1111 *  @author GLG, MHPCC
    1212 *
    13  *  @version $Revision: 1.51 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2006-04-17 22:00:03 $
     13 *  @version $Revision: 1.52 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2006-06-30 02:20:06 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    456456);
    457457
     458#define PS_PRINT_PLANE_TRANSFORM(NAME) \
     459{ \
     460    printf("---------------------- Plane Transform ----------------------\n"); \
     461    printf("x:\n"); \
     462    PS_POLY_PRINT_2D(NAME->x); \
     463    printf("y:\n"); \
     464    PS_POLY_PRINT_2D(NAME->y); \
     465} \
     466
    458467/// @}
    459468
Note: See TracChangeset for help on using the changeset viewer.