- Timestamp:
- Mar 27, 2007, 12:52:03 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astro/tap_psEarthOrientation_corrections.c
r12513 r12607 130 130 "Skipping 3 tests because psEarthPole is NULL!"); 131 131 psCube *outCube = psSphereToCube(apparent); 132 ok_double_tol( outCube->x, x, 0.001,132 is_double_tol( outCube->x, x, 0.001, 133 133 "psAberration: return correct sphere for valid inputs."); 134 ok_double_tol( outCube->y, y, 0.001,134 is_double_tol( outCube->y, y, 0.001, 135 135 "psAberration: return correct sphere for valid inputs."); 136 ok_double_tol( outCube->z, z, 0.001,136 is_double_tol( outCube->z, z, 0.001, 137 137 "psAberration: return correct sphere for valid inputs."); 138 138 psFree(outCube);
Note:
See TracChangeset
for help on using the changeset viewer.
