Changeset 1510 for trunk/psLib/src/astronomy/psAstrometry.h
- Timestamp:
- Aug 11, 2004, 5:11:45 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psAstrometry.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psAstrometry.h
r1496 r1510 8 8 * @author George Gusciora, MHPCC 9 9 * 10 * @version $Revision: 1. 19$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-08-12 0 1:23:20$10 * @version $Revision: 1.20 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-08-12 03:11:45 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 309 309 psPlane* out, ///< a plane struct to recycle. If NULL, a new struct is created 310 310 const psPlane* in, ///< the coordinate within FPA 311 double color, ///< Color of source 312 double magnitude, ///< Magnitude of source 311 313 const psFPA* fpa ///< the FPA in interest 312 314 ); … … 339 341 psSphere* out, ///< a sphere struct to recycle. If NULL, a new struct is created 340 342 const psPlane* in, ///< the coordinate within cell 343 double color, ///< Color of source 344 double magnitude, ///< Magnitude of source 341 345 const psCell* cell ///< the cell in interest 342 346 ); … … 370 374 psPlane* out, ///< a plane struct to recycle. If NULL, a new struct is created 371 375 const psPlane* in, ///< the coordinate within tangent plane 376 double color, ///< Color of source 377 double magnitude, ///< Magnitude of source 372 378 const psFPA* fpa ///< the FPA of interest 373 379 ); … … 400 406 psPlane* out, ///< a plane struct to recycle. If NULL, a new struct is created 401 407 const psSphere* in, ///< the Sky coordinate 408 double color, ///< Color of source 409 double magnitude, ///< Magnitude of source 402 410 const psCell* cell ///< the cell of interest 403 411 );
Note:
See TracChangeset
for help on using the changeset viewer.
