Changeset 1530 for trunk/psLib/src/astronomy/psAstrometry.h
- Timestamp:
- Aug 13, 2004, 12:41:24 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psAstrometry.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psAstrometry.h
r1514 r1530 8 8 * @author George Gusciora, MHPCC 9 9 * 10 * @version $Revision: 1.2 1$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-08-1 2 05:36:53$10 * @version $Revision: 1.22 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-08-13 22:41:24 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 258 258 */ 259 259 psCell* psCellInFPA( 260 psCell* out, ///< a cell struct to recycle. If NULL, a new struct is created261 260 const psPlane* coord, ///< the coordinate in FPA plane 262 261 const psFPA* FPA ///< the FPA to search for the cell … … 268 267 */ 269 268 psChip* psChipInFPA( 270 psChip* out, ///< a chip struct to recycle. If NULL, a new struct is created271 269 const psPlane* coord, ///< the coordinate in FPA plane 272 270 const psFPA* FPA ///< the FPA to search for the cell … … 278 276 */ 279 277 psCell* psCellInChip( 280 psCell* out, ///< a cell struct to recycle. If NULL, a new struct is created281 278 const psPlane* coord, ///< the coordinate in Chip plane 282 279 const psChip* chip ///< the chip to search for the cell
Note:
See TracChangeset
for help on using the changeset viewer.
