IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8108


Ignore:
Timestamp:
Aug 3, 2006, 9:37:55 AM (20 years ago)
Author:
Paul Price
Message:

overscanOpts may be NULL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmSubtractBias.c

    r8004 r8108  
    1111 *  @author GLG, MHPCC
    1212 *
    13  *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2006-07-28 03:21:19 $
     13 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2006-08-03 19:37:55 $
    1515 *
    1616 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    264264    PS_ASSERT_IMAGE_NON_NULL(in->image, NULL);
    265265    PS_ASSERT_IMAGE_TYPE(in->image, PS_TYPE_F32, NULL);
    266     PS_ASSERT_PTR_NON_NULL(overscanOpts, NULL);
    267266    if (bias) {
    268267        PS_ASSERT_IMAGE_NON_NULL(bias->image, NULL);
Note: See TracChangeset for help on using the changeset viewer.