IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 19, 2007, 5:57:25 PM (19 years ago)
Author:
jhoblitt
Message:

disable unnecessary diag() calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astro/tap_psEarthOrientation_corrections.c

    r9976 r12513  
    3030    plan_tests(8);
    3131
    32     diag("Tests for psEarthOrientation Correction Functions");
     32//    diag("Tests for psEarthOrientation Correction Functions");
    3333
    3434    // Initialize library internal structures
     
    4949void testEOCInit(void)
    5050{
    51     diag("  >>>Test 1:  p_psEOCInit ");
     51//    diag("  >>>Test 1:  p_psEOCInit ");
    5252    //Test for psEarthPoleAlloc
    5353    //Return properly allocated psEarthPole
     
    7373void testAberration(void)
    7474{
    75     diag("  >>>Test 2:  psAberration ");
     75//    diag("  >>>Test 2:  psAberration ");
    7676    psSphere *apparent = NULL;
    7777    psSphere *empty = NULL;
     
    154154void testGravDef(void)
    155155{
    156     diag("  >>>Test 3:  psGravityDeflection ");
     156//    diag("  >>>Test 3:  psGravityDeflection ");
    157157    //Test for psGravityDeflection
    158158    //Return properly allocated psEarthPole
     
    284284void testEOC_Corrs(void)
    285285{
    286     diag("  >>>Test 4:  psEOC Correction Functions");
     286//    diag("  >>>Test 4:  psEOC Correction Functions");
    287287    //Tests for psEOC_PrecessionCorr
    288288    /*
Note: See TracChangeset for help on using the changeset viewer.