Changeset 6565 for branches/rel10_ifa/psModules/src/objects/pmSourceIO_SX.c
- Timestamp:
- Mar 8, 2006, 6:25:04 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/objects/pmSourceIO_SX.c
r6556 r6565 3 3 * @author EAM, IfA 4 4 * 5 * @version $Revision: 1.1.2. 2$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-03-09 0 3:14:23 $5 * @version $Revision: 1.1.2.3 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-03-09 04:25:03 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 32 32 33 33 psF32 *PAR, *dPAR; 34 EllipseShape shape;35 EllipseAxes axes;34 psEllipseShape shape; 35 psEllipseAxes axes; 36 36 37 37 psLine *line = psLineAlloc (110); // 110 is sextractor line length … … 58 58 shape.sy = PAR[5]; 59 59 shape.sxy = PAR[6]; 60 axes = EllipseShapeToAxes (shape);60 axes = psEllipseShapeToAxes (shape); 61 61 62 62 psLineInit (line);
Note:
See TracChangeset
for help on using the changeset viewer.
