Changeset 15980 for trunk/psModules/src/objects/pmSourceSky.c
- Timestamp:
- Jan 2, 2008, 10:39:04 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceSky.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceSky.c
r14938 r15980 6 6 * @author EAM, IfA: significant modifications. 7 7 * 8 * @version $Revision: 1.1 5$ $Name: not supported by cvs2svn $9 * @date $Date: 200 7-09-21 00:09:05$8 * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2008-01-02 20:39:04 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 57 57 PS_ASSERT_PTR_NON_NULL(source->peak, false); 58 58 PS_ASSERT_INT_POSITIVE(Radius, false); 59 PS_ASSERT_INT_NONNEGATIVE(Radius, false);60 59 61 60 psStatsOptions statistic = psStatsSingleOption(statsOptions); … … 111 110 PS_ASSERT_PTR_NON_NULL(source->peak, false); 112 111 PS_ASSERT_INT_POSITIVE(Radius, false); 113 PS_ASSERT_INT_NONNEGATIVE(Radius, false);114 112 115 113 psStatsOptions statistic = psStatsSingleOption(statsOptions);
Note:
See TracChangeset
for help on using the changeset viewer.
