IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2007, 3:59:28 PM (19 years ago)
Author:
jhoblitt
Message:

./sys header file cleanup:

formatting/whitespace fixes
add a few additional gcc attributes
mark p_psFileLine as deprecated

File:
1 edited

Legend:

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

    r11668 r11694  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.109 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2007-02-06 21:36:09 $
     12 *  @version $Revision: 1.110 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2007-02-08 01:59:28 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    899899
    900900        // Date too early for tables. Get default time delta value from metadata, and issue warning.
    901         psLogMsg(__func__,PS_LOG_WARN,_("Specified psTime predates (%g) all tables of %s information."),mjd,"UT1-UTC");
     901        psLogMsg("psLib.astro", PS_LOG_WARN,_("Specified psTime predates (%g) all tables of %s information."),mjd,"UT1-UTC");
    902902
    903903        // Lookup value from time metadata loaded from pslib.config
     
    919919        */
    920920        // Generate warning of postdate information
    921         psLogMsg(__func__,PS_LOG_WARN,_("Specified psTime postdates (%g) all tables of %s information."), mjd, "UT1-UTC");
     921        psLogMsg("psLib.astro", PS_LOG_WARN,_("Specified psTime postdates (%g) all tables of %s information."), mjd, "UT1-UTC");
    922922
    923923        // Lookup values to calculate prediction
     
    10811081        #else
    10821082
    1083         psLogMsg(PS_FILE_LINE, PS_LOG_ERROR, _("Specified psTime predates (%g) all tables of %s information."), mjd, "polar motion");
     1083        psLogMsg("psLib.astro", PS_LOG_ERROR, _("Specified psTime predates (%g) all tables of %s information."), mjd, "polar motion");
    10841084        #endif
    10851085
     
    11161116        #else
    11171117
    1118         psLogMsg(PS_FILE_LINE, PS_LOG_ERROR,
     1118        psLogMsg("psLib.astro", PS_LOG_ERROR,
    11191119                 _("Specified psTime postdates (%g) all tables of %s information."), mjd, "polar motion");
    11201120        #endif
Note: See TracChangeset for help on using the changeset viewer.