Changeset 10258
- Timestamp:
- Nov 28, 2006, 4:36:38 PM (19 years ago)
- Location:
- trunk/psModules/src/objects
- Files:
-
- 4 edited
-
pmSourceIO_CMF.c (modified) (2 diffs)
-
pmSourceIO_CMP.c (modified) (2 diffs)
-
pmSourceIO_OBJ.c (modified) (2 diffs)
-
pmSourceIO_SX.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceIO_CMF.c
r9730 r10258 3 3 * @author EAM, IfA 4 4 * 5 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-1 0-24 22:55:05$5 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-11-29 02:36:38 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 67 67 shape.sy = PAR[PM_PAR_SYY]; 68 68 shape.sxy = PAR[PM_PAR_SXY]; 69 axes = psEllipseShapeToAxes (shape );69 axes = psEllipseShapeToAxes (shape, 20.0); 70 70 71 71 row = psMetadataAlloc (); -
trunk/psModules/src/objects/pmSourceIO_CMP.c
r9770 r10258 3 3 * @author EAM, IfA 4 4 * 5 * @version $Revision: 1.1 8$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-1 0-28 20:23:51$5 * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-11-29 02:36:38 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 124 124 shape.sy = PAR[PM_PAR_SYY]; 125 125 shape.sxy = PAR[PM_PAR_SXY]; 126 axes = psEllipseShapeToAxes (shape );126 axes = psEllipseShapeToAxes (shape, 20.0); 127 127 128 128 psLineInit (line); -
trunk/psModules/src/objects/pmSourceIO_OBJ.c
r9653 r10258 3 3 * @author EAM, IfA 4 4 * 5 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-1 0-19 21:16:49$5 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-11-29 02:36:38 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 73 73 shape.sy = PAR[PM_PAR_SYY]; 74 74 shape.sxy = PAR[PM_PAR_SXY]; 75 axes = psEllipseShapeToAxes (shape );75 axes = psEllipseShapeToAxes (shape, 20.0); 76 76 77 77 psLineInit (line); -
trunk/psModules/src/objects/pmSourceIO_SX.c
r9653 r10258 3 3 * @author EAM, IfA 4 4 * 5 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-1 0-19 21:16:49$5 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-11-29 02:36:38 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 63 63 shape.sy = PAR[PM_PAR_SYY]; 64 64 shape.sxy = PAR[PM_PAR_SXY]; 65 axes = psEllipseShapeToAxes (shape );65 axes = psEllipseShapeToAxes (shape, 20.0); 66 66 67 67 psLineInit (line);
Note:
See TracChangeset
for help on using the changeset viewer.
