IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1063


Ignore:
Timestamp:
Jun 18, 2004, 3:59:51 PM (22 years ago)
Author:
harman
Message:

Removed unused code

Location:
trunk/psLib/src
Files:
2 edited

Legend:

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

    r1060 r1063  
    88 *  @author Ross Harman, MHPCC
    99 *
    10  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2004-06-18 23:35:49 $
     10 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2004-06-19 01:59:51 $
    1212 *
    1313 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5757psScalar *psScalarAlloc(psC64 value, psElemType dataType)
    5858{
    59     double valueReal = 0.0;
    6059    psScalar *scalar = NULL;
    6160
     
    6463    scalar->type.dimen = PS_DIMEN_SCALAR;
    6564    scalar->type.type = dataType;
    66     valueReal = creal(value);
    6765
    6866    switch (dataType) {
  • trunk/psLib/src/mathtypes/psScalar.c

    r1060 r1063  
    88 *  @author Ross Harman, MHPCC
    99 *
    10  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2004-06-18 23:35:49 $
     10 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2004-06-19 01:59:51 $
    1212 *
    1313 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5757psScalar *psScalarAlloc(psC64 value, psElemType dataType)
    5858{
    59     double valueReal = 0.0;
    6059    psScalar *scalar = NULL;
    6160
     
    6463    scalar->type.dimen = PS_DIMEN_SCALAR;
    6564    scalar->type.type = dataType;
    66     valueReal = creal(value);
    6765
    6866    switch (dataType) {
Note: See TracChangeset for help on using the changeset viewer.