IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6987


Ignore:
Timestamp:
Apr 25, 2006, 3:09:13 PM (20 years ago)
Author:
drobbin
Message:

edited failing test.

File:
1 edited

Legend:

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

    r6913 r6987  
    55*  @author d-Rob, MHPCC
    66*
    7 *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
    8 *  @date $Date: 2006-04-20 01:46:00 $
     7*  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
     8*  @date $Date: 2006-04-26 01:09:13 $
    99*
    1010*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    730730
    731731    rot = psSphereRot_TEOtoCEO(empty, polarTideCorr);
    732     if (fabs(rot->q0-teoceo->q0) > DBL_EPSILON || fabs(rot->q1-teoceo->q1) > DBL_EPSILON ||
    733             fabs(rot->q2-teoceo->q2) > DBL_EPSILON || fabs(rot->q3-teoceo->q3) > DBL_EPSILON) {
     732    if (fabs(rot->q0-teoceo->q0) > 0.00001 || fabs(rot->q1-teoceo->q1) > 0.00001 ||
     733            fabs(rot->q2-teoceo->q2) > 0.00001 || fabs(rot->q3-teoceo->q3) > 0.00001) {
    734734        psError(PS_ERR_BAD_PARAMETER_VALUE, false,
    735735                "psSphereRot_TEOtoCEO failed to return matching values for different time types.\n");
Note: See TracChangeset for help on using the changeset viewer.