IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1108


Ignore:
Timestamp:
Jun 25, 2004, 3:31:08 PM (22 years ago)
Author:
harman
Message:

Moved location of default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psMatrixVectorArithmetic.c

    r1106 r1108  
    2929 *  @author Ross Harman, MHPCC
    3030 *
    31  *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    32  *  @date $Date: 2004-06-26 00:44:00 $
     31 *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     32 *  @date $Date: 2004-06-26 01:31:08 $
    3333 *
    3434 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    557557    DIM(OUT,IN,OP,C32);                                                                                      \
    558558    break;                                                                                                   \
     559default:                                                                                                     \
    559560case PS_TYPE_S8:                                                                                             \
    560561case PS_TYPE_U8:                                                                                             \
     
    565566case PS_TYPE_U64:                                                                                            \
    566567case PS_TYPE_C64:                                                                                            \
    567 default:                                                                                                     \
    568568    psError(__func__, ": Invalid PS_TYPE: %d", IN->type);                                                    \
    569569}
Note: See TracChangeset for help on using the changeset viewer.