IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4935


Ignore:
Timestamp:
Aug 31, 2005, 12:00:10 PM (21 years ago)
Author:
drobbin
Message:

changed complex double back to complex

Location:
trunk/psLib/src/mathtypes
Files:
2 edited

Legend:

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

    r4920 r4935  
    88 *  @author Ross Harman, MHPCC
    99 *
    10  *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-08-31 02:07:11 $
     10 *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-08-31 22:00:10 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2727}
    2828
    29 psScalar* psScalarAlloc(complex double value, psElemType type)
     29psScalar* psScalarAlloc(complex value, psElemType type)
    3030{
    3131    psScalar* scalar = NULL;
  • trunk/psLib/src/mathtypes/psScalar.h

    r4920 r4935  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-08-31 02:07:11 $
     13 *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-08-31 22:00:10 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    6666 */
    6767psScalar* psScalarAlloc(
    68     complex double value,                     ///< Data to be put into psScalar.
     68    complex value,                     ///< Data to be put into psScalar.
    6969    psElemType type                    ///< Type of data to be held by psScalar.
    7070);
Note: See TracChangeset for help on using the changeset viewer.