Changeset 12409 for trunk/psLib/src/astro/psTime.c
- Timestamp:
- Mar 12, 2007, 12:01:41 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psTime.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psTime.c
r11694 r12409 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.11 0$ $Name: not supported by cvs2svn $13 * @date $Date: 2007-0 2-08 01:59:28$12 * @version $Revision: 1.111 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-03-12 22:01:41 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 701 701 // Error checks 702 702 PS_ASSERT_PTR_NON_NULL(time,NULL); 703 PS_ASSERT_INT_WITHIN_RANGE(time->nsec,0,(psU32)((1e9)-1), time);703 PS_ASSERT_INT_WITHIN_RANGE(time->nsec,0,(psU32)((1e9)-1), NULL); 704 704 705 705 // If the input type is UT1 then return time and generate error message
Note:
See TracChangeset
for help on using the changeset viewer.
