- Timestamp:
- Mar 19, 2007, 5:57:25 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astro/tap_psEarthOrientation_corrections.c
r9976 r12513 30 30 plan_tests(8); 31 31 32 diag("Tests for psEarthOrientation Correction Functions");32 // diag("Tests for psEarthOrientation Correction Functions"); 33 33 34 34 // Initialize library internal structures … … 49 49 void testEOCInit(void) 50 50 { 51 diag(" >>>Test 1: p_psEOCInit ");51 // diag(" >>>Test 1: p_psEOCInit "); 52 52 //Test for psEarthPoleAlloc 53 53 //Return properly allocated psEarthPole … … 73 73 void testAberration(void) 74 74 { 75 diag(" >>>Test 2: psAberration ");75 // diag(" >>>Test 2: psAberration "); 76 76 psSphere *apparent = NULL; 77 77 psSphere *empty = NULL; … … 154 154 void testGravDef(void) 155 155 { 156 diag(" >>>Test 3: psGravityDeflection ");156 // diag(" >>>Test 3: psGravityDeflection "); 157 157 //Test for psGravityDeflection 158 158 //Return properly allocated psEarthPole … … 284 284 void testEOC_Corrs(void) 285 285 { 286 diag(" >>>Test 4: psEOC Correction Functions");286 // diag(" >>>Test 4: psEOC Correction Functions"); 287 287 //Tests for psEOC_PrecessionCorr 288 288 /*
Note:
See TracChangeset
for help on using the changeset viewer.
