IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2006, 2:02:31 PM (20 years ago)
Author:
Paul Price
Message:

Removing extraneous type.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psUnaryOp.c

    r8627 r9552  
    3030 *  @author Robert DeSonia, MHPCC
    3131 *
    32  *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    33  *  @date $Date: 2006-08-26 04:34:28 $
     32 *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     33 *  @date $Date: 2006-10-14 00:02:31 $
    3434 *
    3535 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    291291                           }
    292292
    293     psType* psTypeIn = (psType* ) in;
     293    psMathType* psTypeIn = (psMathType* ) in;
    294294
    295295    PS_ASSERT_GENERAL_PTR_NON_NULL(in, psUnaryOp_EXIT);
     
    299299    case PS_DIMEN_SCALAR:
    300300        if (out == NULL ||
    301                 ((psType*)out)->dimen != PS_DIMEN_SCALAR ||
     301                ((psMathType*)out)->dimen != PS_DIMEN_SCALAR ||
    302302                ((psScalar*)out)->type.type != psTypeIn->type) {
    303303            psFree(out);
Note: See TracChangeset for help on using the changeset viewer.