Changeset 3690 for trunk/psLib/test/astronomy/tst_psAstrometry01.c
- Timestamp:
- Apr 8, 2005, 2:04:58 PM (21 years ago)
- Location:
- trunk/psLib/test/astronomy
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tst_psAstrometry01.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astronomy
- Property svn:ignore
-
old new 7 7 tst_psTime_01 8 8 tst_psTime_02 9 tst_psMetadata05_OUT10 tst_psMetadata_0111 tst_psMetadata_0212 tst_psMetadata_0313 tst_psMetadata_0414 tst_psMetadata_0515 tst_psMetadata_0616 9 tst_psAstrometry 17 10 tst_psAstrometry01 18 11 tst_psCoord 19 tst_psMetadataIO20 tst_psMetadata_0721 12 tst_psTime_03 22 13 tst_psTime_04 … … 26 17 .deps 27 18 .libs 28 header_1.fits29 header_2.fits30 test.config31 19 test.ser7.dat 32 20 tst_psCoord01 33 tst_psDB
-
- Property svn:ignore
-
trunk/psLib/test/astronomy/tst_psAstrometry01.c
r3682 r3690 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1.1 8$ $Name: not supported by cvs2svn $8 * @date $Date: 2005-04-0 7 20:27:41$7 * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2005-04-09 00:04:57 $ 9 9 * 10 10 * XXX: Must test … … 106 106 {\ 107 107 NAME = (psPlaneTransform *) psAlloc(sizeof(psPlaneTransform)); \ 108 p _psMemSetDeallocator(NAME, (psFreeFcn) psPlaneTransformFree); \108 psMemSetDeallocator(NAME, (psFreeFcn) psPlaneTransformFree); \ 109 109 NAME->x = psDPolynomial2DAlloc(2, 2, PS_POLYNOMIAL_ORD); \ 110 110 NAME->y = psDPolynomial2DAlloc(2, 2, PS_POLYNOMIAL_ORD); \ … … 116 116 {\ 117 117 NAME = (psPlaneDistort *) psAlloc(sizeof(psPlaneDistort)); \ 118 p _psMemSetDeallocator(NAME, (psFreeFcn) psPlaneDistortFree); \118 psMemSetDeallocator(NAME, (psFreeFcn) psPlaneDistortFree); \ 119 119 NAME->x = psDPolynomial4DAlloc(2, 2, 2, 2, PS_POLYNOMIAL_ORD); \ 120 120 NAME->y = psDPolynomial4DAlloc(2, 2, 2, 2, PS_POLYNOMIAL_ORD); \
Note:
See TracChangeset
for help on using the changeset viewer.
