Changeset 2425
- Timestamp:
- Nov 24, 2004, 9:48:20 AM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 5 edited
-
astro/psCoord.c (modified) (2 diffs)
-
astro/psCoord.h (modified) (2 diffs)
-
astronomy/psCoord.c (modified) (2 diffs)
-
astronomy/psCoord.h (modified) (2 diffs)
-
dataManip/psDataManipErrors.dat (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psCoord.c
r2273 r2425 10 10 * @author George Gusciora, MHPCC 11 11 * 12 * @version $Revision: 1.3 3$ $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 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 508 508 return (NULL); 509 509 } 510 511 // XXX: What algorithm should be used? 512 psSphere *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 10 10 * @author George Gusciora, MHPCC 11 11 * 12 * @version $Revision: 1.1 8$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-1 0-27 00:57:30$12 * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-11-24 19:48:17 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 316 316 ); 317 317 318 psSphere *psSpherePrecess(psSphere *coords, 319 const psTime *fromTime, 320 const psTime *toTime); 321 322 318 323 /// @} 319 324 -
trunk/psLib/src/astronomy/psCoord.c
r2273 r2425 10 10 * @author George Gusciora, MHPCC 11 11 * 12 * @version $Revision: 1.3 3$ $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 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 508 508 return (NULL); 509 509 } 510 511 // XXX: What algorithm should be used? 512 psSphere *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 10 10 * @author George Gusciora, MHPCC 11 11 * 12 * @version $Revision: 1.1 8$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-1 0-27 00:57:30$12 * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-11-24 19:48:17 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 316 316 ); 317 317 318 psSphere *psSpherePrecess(psSphere *coords, 319 const psTime *fromTime, 320 const psTime *toTime); 321 322 318 323 /// @} 319 324 -
trunk/psLib/src/dataManip/psDataManipErrors.dat
r2411 r2425 31 31 psStats_ROBUST_STATS_CLIPPED_STATS Failed to determine clipped statistics. 32 32 33 33 34 psStats_STATS_POLY_MEDIAN_OUT_OF_RANGE The requested y-value does not fall with the specified range of x-values. Returning NAN. 34 35 #
Note:
See TracChangeset
for help on using the changeset viewer.
