Changeset 3114 for trunk/psLib/src/astro/psCoord.c
- Timestamp:
- Feb 2, 2005, 2:45:06 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psCoord.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psCoord.c
r3109 r3114 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.4 8$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-02-0 2 21:10:37$12 * @version $Revision: 1.49 $ $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 … … 599 599 XXX: How to compound errors? 600 600 *****************************************************************************/ 601 psSphere* psSphereGetOffset(const psSphere* restrictposition1,602 const psSphere* restrictposition2,601 psSphere* psSphereGetOffset(const psSphere* position1, 602 const psSphere* position2, 603 603 psSphereOffsetMode mode, 604 604 psSphereOffsetUnit unit) … … 683 683 *****************************************************************************/ 684 684 685 psSphere* psSphereSetOffset(const psSphere* restrictposition,686 const psSphere* restrictoffset,685 psSphere* psSphereSetOffset(const psSphere* position, 686 const psSphere* offset, 687 687 psSphereOffsetMode mode, 688 688 psSphereOffsetUnit unit)
Note:
See TracChangeset
for help on using the changeset viewer.
