IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2425


Ignore:
Timestamp:
Nov 24, 2004, 9:48:20 AM (22 years ago)
Author:
gusciora
Message:

Added function prototypes for psSpherePrecess.

Location:
trunk/psLib/src
Files:
5 edited

Legend:

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

    r2273 r2425  
    1010*  @author George Gusciora, MHPCC
    1111*
    12 *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2004-11-04 01:04:57 $
     12*  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2004-11-24 19:48:17 $
    1414*
    1515*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    508508    return (NULL);
    509509}
     510
     511// XXX: What algorithm should be used?
     512psSphere *psSpherePrecess(psSphere *coords,
     513                          const psTime *fromTime,
     514                          const psTime *toTime)
     515{
     516    return(NULL);
     517}
     518
  • trunk/psLib/src/astro/psCoord.h

    r2204 r2425  
    1010*  @author George Gusciora, MHPCC
    1111*
    12 *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2004-10-27 00:57:30 $
     12*  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2004-11-24 19:48:17 $
    1414*
    1515*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    316316);
    317317
     318psSphere *psSpherePrecess(psSphere *coords,
     319                          const psTime *fromTime,
     320                          const psTime *toTime);
     321
     322
    318323/// @}
    319324
  • trunk/psLib/src/astronomy/psCoord.c

    r2273 r2425  
    1010*  @author George Gusciora, MHPCC
    1111*
    12 *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2004-11-04 01:04:57 $
     12*  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2004-11-24 19:48:17 $
    1414*
    1515*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    508508    return (NULL);
    509509}
     510
     511// XXX: What algorithm should be used?
     512psSphere *psSpherePrecess(psSphere *coords,
     513                          const psTime *fromTime,
     514                          const psTime *toTime)
     515{
     516    return(NULL);
     517}
     518
  • trunk/psLib/src/astronomy/psCoord.h

    r2204 r2425  
    1010*  @author George Gusciora, MHPCC
    1111*
    12 *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2004-10-27 00:57:30 $
     12*  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2004-11-24 19:48:17 $
    1414*
    1515*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    316316);
    317317
     318psSphere *psSpherePrecess(psSphere *coords,
     319                          const psTime *fromTime,
     320                          const psTime *toTime);
     321
     322
    318323/// @}
    319324
  • trunk/psLib/src/dataManip/psDataManipErrors.dat

    r2411 r2425  
    3131psStats_ROBUST_STATS_CLIPPED_STATS      Failed to determine clipped statistics.
    3232
     33
    3334psStats_STATS_POLY_MEDIAN_OUT_OF_RANGE The requested y-value does not fall with the specified range of x-values.  Returning NAN.
    3435#
Note: See TracChangeset for help on using the changeset viewer.