IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 27, 2007, 1:51:26 PM (18 years ago)
Author:
Paul Price
Message:

source->maskObj doesn't have to be asserted on, since it is tested in the function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSource.c

    r15703 r15704  
    66 *  @author EAM, IfA: significant modifications.
    77 *
    8  *  @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2007-11-27 23:50:44 $
     8 *  @version $Revision: 1.44 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-11-27 23:51:26 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    648648    PS_ASSERT_PTR_NON_NULL(source->peak, false);
    649649    PS_ASSERT_PTR_NON_NULL(source->pixels, false);
    650     PS_ASSERT_PTR_NON_NULL(source->maskObj, false);
    651650    PS_ASSERT_FLOAT_LARGER_THAN(radius, 0.0, false);
    652651
Note: See TracChangeset for help on using the changeset viewer.