IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 5, 2005, 1:43:58 PM (22 years ago)
Author:
gusciora
Message:

Added some type checking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/pmReadoutCombine.c

    r2915 r2916  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-01-05 23:25:24 $
     7 *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-01-05 23:43:58 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    160160        *(psS32 *) &(output->row0) = minInputRows;
    161161    } else {
     162        PS_IMAGE_CHECK_TYPE(output, PS_TYPE_F32, NULL);
    162163        if (((output->col0 + output->numCols) < maxInputCols) ||
    163164                ((output->row0 + output->numRows) < maxInputRows)) {
Note: See TracChangeset for help on using the changeset viewer.