IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 2, 2008, 10:39:04 AM (18 years ago)
Author:
gusciora
Message:

Removed pmSourceTest() and added some PS_ASSERTS.

File:
1 edited

Legend:

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

    r14938 r15980  
    66 *  @author EAM, IfA: significant modifications.
    77 *
    8  *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2007-09-21 00:09:05 $
     8 *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2008-01-02 20:39:04 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5757    PS_ASSERT_PTR_NON_NULL(source->peak, false);
    5858    PS_ASSERT_INT_POSITIVE(Radius, false);
    59     PS_ASSERT_INT_NONNEGATIVE(Radius, false);
    6059
    6160    psStatsOptions statistic = psStatsSingleOption(statsOptions);
     
    111110    PS_ASSERT_PTR_NON_NULL(source->peak, false);
    112111    PS_ASSERT_INT_POSITIVE(Radius, false);
    113     PS_ASSERT_INT_NONNEGATIVE(Radius, false);
    114112
    115113    psStatsOptions statistic = psStatsSingleOption(statsOptions);
Note: See TracChangeset for help on using the changeset viewer.