Changeset 9805 for trunk/psLib/src/astro/psTime.c
- Timestamp:
- Oct 30, 2006, 7:06:19 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psTime.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psTime.c
r9749 r9805 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1. 99$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-10- 26 03:47:49 $12 * @version $Revision: 1.100 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-10-31 05:06:19 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 1865 1865 PS_ASSERT_PTR_NON_NULL(inTime, NULL); 1866 1866 psTime *outTime = psTimeAlloc(inTime->type); 1867 if (outTime == NULL) { 1868 psError(PS_ERR_BAD_PARAMETER_TYPE, true, 1869 "Invalid type specified in psTimeCopy. %x", inTime->type); 1870 return NULL; 1871 } 1867 1872 // *outTime = *inTime; 1868 1873 outTime->sec = inTime->sec;
Note:
See TracChangeset
for help on using the changeset viewer.
