Changeset 6410
- Timestamp:
- Feb 9, 2006, 2:51:14 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/astro/tst_psCoord02.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astro/tst_psCoord02.c
r6390 r6410 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-02- 09 01:21:31$8 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-02-10 00:51:14 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 22 22 testDescription tests[] = { 23 23 {test04, 660, "psPlaneTransformCombine()", 0, false}, 24 {test05, 662, "psPlaneTransformFit()", 0, false},25 {test06, 663, "psPlaneTransformInvert()", 0, false},26 {test07, 666, "psPlaneTransformDeriv()", 0, false},24 {test05, 662, "psPlaneTransformFit()", 0, true}, 25 {test06, 663, "psPlaneTransformInvert()", 0, true}, 26 {test07, 666, "psPlaneTransformDeriv()", 0, true}, 27 27 {NULL} 28 28 }; … … 63 63 #define TST04_NUM 5.0 64 64 // These macros define the max sizes of the various input transforms. 65 #define TST04_T1_X_X 565 #define TST04_T1_X_X 2 66 66 #define TST04_T1_X_Y 3 67 67 #define TST04_T1_Y_X 3 … … 205 205 bool testStatus = true; 206 206 207 //HEY 207 208 // Create a variety of input transforms, then test them. 208 209 // … … 215 216 for (psS32 t2yx = 0 ; t2yx < TST04_T2_Y_X ; t2yx++) { 216 217 for (psS32 t2yy = 0 ; t2yy < TST04_T2_Y_Y ; t2yy++) { 217 // printf("(%d %d %d %d %d %d %d %d)\n", t1xx, t1xy, t1yx, t1yy, t2xx, t2xy, t2yx, t2yy);218 //printf("(%d %d %d %d %d %d %d %d)\n", t1xx, t1xy, t1yx, t1yy, t2xx, t2xy, t2yx, t2yy); 218 219 psPlaneTransform *trans1 = psPlaneTransformAlloc(PS_MAX(t1xx, t1yx), PS_MAX(t1xy, t1yy)); 219 220 psPlaneTransform *trans2 = psPlaneTransformAlloc(PS_MAX(t2xx, t2yx), PS_MAX(t2xy, t2yy));
Note:
See TracChangeset
for help on using the changeset viewer.
