Changeset 6484 for trunk/psLib/src/astro/psCoord.c
- Timestamp:
- Feb 24, 2006, 1:43:16 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psCoord.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psCoord.c
r6445 r6484 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.11 7$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-02- 17 03:24:46$12 * @version $Revision: 1.118 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-02-24 23:43:15 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 760 760 for (psS32 g = 0; g < numCoords; g++) { 761 761 xIn->data.F64[g] = ((psPlane *) source->data[g])->x; 762 xIn->n++; 762 763 yIn->data.F64[g] = ((psPlane *) source->data[g])->y; 764 yIn->n++; 763 765 xOut->data.F64[g] = ((psPlane *) dest->data[g])->x; 766 xOut->n++; 764 767 yOut->data.F64[g] = ((psPlane *) dest->data[g])->y; 768 yOut->n++; 765 769 } 766 770
Note:
See TracChangeset
for help on using the changeset viewer.
