IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18892


Ignore:
Timestamp:
Aug 4, 2008, 3:23:59 PM (18 years ago)
Author:
eugene
Message:

adding a macro for looking up data on a scalar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/mathtypes/psScalar.h

    r14452 r18892  
    88 * @author Joshua Hoblitt, University of Hawaii
    99 *
    10  * @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
    11  * @date $Date: 2007-08-09 01:40:07 $
     10 * @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
     11 * @date $Date: 2008-08-05 01:23:59 $
    1212 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1313 */
     
    2020
    2121#include "psType.h"
     22
     23# define PS_SCALAR_VALUE(DATA,TYPE) (((psScalar *)(DATA))->data.TYPE)
    2224
    2325/** Basic scalar data structure.
Note: See TracChangeset for help on using the changeset viewer.