IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 22, 2004, 10:54:32 AM (22 years ago)
Author:
harman
Message:

Changed if statement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astronomy/psTime.c

    r1262 r1268  
    1212 *  @author Ross Harman, MHPCC
    1313 *
    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 $
    1616 *
    1717 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    276276    // Convert YYYY/MM/DD,HH:MM:SS.SSS in string form to tm time
    277277    year = atoi(strtok(tempString, "/"));
    278     if(year < 0) {
     278    if(year < 1900) {
    279279        psError(__func__,"Years less than 1900 not allowed. Value: %d", year);
    280280    }
Note: See TracChangeset for help on using the changeset viewer.