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_motion.c

    r12193 r12513  
    3232    plan_tests(48);
    3333
    34     diag("Tests for psEarthOrientation Motion Functions");
     34//    diag("Tests for psEarthOrientation Motion Functions");
    3535
    3636    // Initialize library internal structures
     
    5050void testPrecessionModel(void)
    5151{
    52     diag("  >>>Test 1:  psEOC_PrecessionModel");
     52//    diag("  >>>Test 1:  psEOC_PrecessionModel");
    5353
    5454    psEarthPole *ep = NULL;
     
    147147void testPolarMotion(void)
    148148{
    149     diag("  >>>Test 2:  psEOC_GetPolarMotion ");
     149//    diag("  >>>Test 2:  psEOC_GetPolarMotion ");
    150150
    151151    psTime *in = psTimeAlloc(PS_TIME_UTC);
     
    264264void testSphereRots(void)
    265265{
    266     diag("  >>>Test 3:  psSphereRot Functions");
     266//    diag("  >>>Test 3:  psSphereRot Functions");
    267267    psSphereRot *out = NULL;
    268268    psEarthPole *in = NULL;
     
    428428void testSpherePrecess(void)
    429429{
    430     diag("  >>>Test 4:  psSpherePrecess");
     430//    diag("  >>>Test 4:  psSpherePrecess");
    431431    psSphereRot *rot = NULL;
    432432    psTime *fromTime = NULL;
Note: See TracChangeset for help on using the changeset viewer.