IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 25, 2006, 3:23:41 PM (20 years ago)
Author:
drobbin
Message:

updated tests to remove failing outputs.

File:
1 edited

Legend:

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

    r7180 r7225  
    55*  @author d-Rob, MHPCC
    66*
    7 *  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
    8 *  @date $Date: 2006-05-23 20:07:04 $
     7*  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
     8*  @date $Date: 2006-05-26 01:23:41 $
    99*
    1010*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    949949            //            || fabs(rot->q3-q3) > DBL_EPSILON
    950950       ) {
    951         psError(PS_ERR_BAD_PARAMETER_VALUE, false,
    952                 "psSphereRot_ITRStoTEO failed to return expected values.\n");
    953951        if (VERBOSE) {
     952            psError(PS_ERR_BAD_PARAMETER_VALUE, false,
     953                    "psSphereRot_ITRStoTEO failed to return expected values.\n");
    954954            printf("\n  Output sphere rotation   = %.13g, %.13g, %.13g, %.13g\n",
    955955                   rot->q0, rot->q1, rot->q2, rot->q3);
Note: See TracChangeset for help on using the changeset viewer.