IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1262


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

Changed print statement

Location:
trunk/psLib/src
Files:
2 edited

Legend:

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

    r1258 r1262  
    1212 *  @author Ross Harman, MHPCC
    1313 *
    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 $
    1616 *
    1717 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    307307    millisecond = atoi(strtok(NULL, "X"));
    308308    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);
    310310    }
    311311
  • trunk/psLib/src/astronomy/psTime.c

    r1258 r1262  
    1212 *  @author Ross Harman, MHPCC
    1313 *
    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 $
    1616 *
    1717 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    307307    millisecond = atoi(strtok(NULL, "X"));
    308308    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);
    310310    }
    311311
Note: See TracChangeset for help on using the changeset viewer.