Changeset 3114 for trunk/psLib/src/astronomy/psCoord.h
- Timestamp:
- Feb 2, 2005, 2:45:06 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psCoord.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psCoord.h
r3095 r3114 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.2 4$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-0 1-26 20:24:16 $12 * @version $Revision: 1.25 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-02-03 00:45:06 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 346 346 */ 347 347 psSphere* psSphereGetOffset( 348 const psSphere* restrictposition1,349 const psSphere* restrictposition2,348 const psSphere* position1, 349 const psSphere* position2, 350 350 psSphereOffsetMode mode, 351 351 psSphereOffsetUnit unit … … 364 364 */ 365 365 psSphere* psSphereSetOffset( 366 const psSphere* restrictposition,367 const psSphere* restrictoffset,366 const psSphere* position, 367 const psSphere* offset, 368 368 psSphereOffsetMode mode, 369 369 psSphereOffsetUnit unit
Note:
See TracChangeset
for help on using the changeset viewer.
