Changeset 4230
- Timestamp:
- Jun 13, 2005, 10:43:40 AM (21 years ago)
- Location:
- trunk/psLib
- Files:
-
- 3 edited
-
src/collections/psPixels.c (modified) (2 diffs)
-
src/types/psPixels.c (modified) (2 diffs)
-
test/astronomy/verified/tst_psAstrometry01.stdout (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psPixels.c
r4225 r4230 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-06-13 20: 18:18$9 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-06-13 20:43:40 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 86 86 87 87 pixels->nalloc = size; 88 pixels->n = size;89 88 90 89 if (pixels->n > pixels->nalloc) { -
trunk/psLib/src/types/psPixels.c
r4225 r4230 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-06-13 20: 18:18$9 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-06-13 20:43:40 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 86 86 87 87 pixels->nalloc = size; 88 pixels->n = size;89 88 90 89 if (pixels->n > pixels->nalloc) { -
trunk/psLib/test/astronomy/verified/tst_psAstrometry01.stdout
r3977 r4230 1 grom->latitude is 1.292 grom-> sinLat is 0.963 grom-> cosLat is 0.281 grom->latitude is 20.70 2 grom->longitude is 156.30 3 grom->height is 3055.00 4 4 grom->abberationMag is 0.00 5 grom->height is 3055.006 5 grom->temperature is 7.00 7 6 grom->pressure is 8.00 … … 9 8 grom->wavelength is 11.00 10 9 grom->lapseRate is 20.00 11 grom->refractA is 0.00 12 grom->refractB is -0.00 13 grom->longitudeOffset is 2.36 10 grom->refractA is 0.26 11 grom->refractB is 0.26 14 12 ---------------------------------------------------------------------------------- 15 13 Calling psPlaneTransformCombine with NULL trans1. Should generate error and return NULL.
Note:
See TracChangeset
for help on using the changeset viewer.
