Changeset 1268 for trunk/psLib/src/astronomy/psTime.c
- Timestamp:
- Jul 22, 2004, 10:54:32 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psTime.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psTime.c
r1262 r1268 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-07-22 20: 37:07$14 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-07-22 20:54:32 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 276 276 // Convert YYYY/MM/DD,HH:MM:SS.SSS in string form to tm time 277 277 year = atoi(strtok(tempString, "/")); 278 if(year < 0) {278 if(year < 1900) { 279 279 psError(__func__,"Years less than 1900 not allowed. Value: %d", year); 280 280 }
Note:
See TracChangeset
for help on using the changeset viewer.
