Changeset 6206 for trunk/psModules/src/objects
- Timestamp:
- Jan 26, 2006, 11:19:25 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmObjects.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmObjects.c
r5844 r6206 6 6 * @author EAM, IfA: significant modifications. 7 7 * 8 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $9 * @date $Date: 200 5-12-24 01:24:32$8 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-01-26 21:19:25 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 1308 1308 PS_ASSERT_PTR_NON_NULL(source->moments, false); 1309 1309 PS_ASSERT_PTR_NON_NULL(source->peak, false); 1310 PS_ FLOAT_COMPARE(0.0, radius, false);1310 PS_ASSERT_FLOAT_LARGER_THAN_OR_EQUAL(radius, 0.0, false); 1311 1311 1312 1312 //
Note:
See TracChangeset
for help on using the changeset viewer.
