Changeset 1262
- Timestamp:
- Jul 22, 2004, 10:37:07 AM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
astro/psTime.c (modified) (2 diffs)
-
astronomy/psTime.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psTime.c
r1258 r1262 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-07-22 19:46:24$14 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-07-22 20:37:07 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 307 307 millisecond = atoi(strtok(NULL, "X")); 308 308 if(millisecond<0 || millisecond>1000) { 309 psError(__func__," Second must have a value from 0 to 999. Value: %d", millisecond);309 psError(__func__,"Millisecond must have a value from 0 to 999. Value: %d", millisecond); 310 310 } 311 311 -
trunk/psLib/src/astronomy/psTime.c
r1258 r1262 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-07-22 19:46:24$14 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-07-22 20:37:07 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 307 307 millisecond = atoi(strtok(NULL, "X")); 308 308 if(millisecond<0 || millisecond>1000) { 309 psError(__func__," Second must have a value from 0 to 999. Value: %d", millisecond);309 psError(__func__,"Millisecond must have a value from 0 to 999. Value: %d", millisecond); 310 310 } 311 311
Note:
See TracChangeset
for help on using the changeset viewer.
