Changeset 7225 for trunk/psLib/test/astro/tst_psEarthOrientation.c
- Timestamp:
- May 25, 2006, 3:23:41 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/astro/tst_psEarthOrientation.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astro/tst_psEarthOrientation.c
r7180 r7225 5 5 * @author d-Rob, MHPCC 6 6 * 7 * @version $Revision: 1.3 4$ $Name: not supported by cvs2svn $8 * @date $Date: 2006-05-2 3 20:07:04$7 * @version $Revision: 1.35 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2006-05-26 01:23:41 $ 9 9 * 10 10 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 949 949 // || fabs(rot->q3-q3) > DBL_EPSILON 950 950 ) { 951 psError(PS_ERR_BAD_PARAMETER_VALUE, false,952 "psSphereRot_ITRStoTEO failed to return expected values.\n");953 951 if (VERBOSE) { 952 psError(PS_ERR_BAD_PARAMETER_VALUE, false, 953 "psSphereRot_ITRStoTEO failed to return expected values.\n"); 954 954 printf("\n Output sphere rotation = %.13g, %.13g, %.13g, %.13g\n", 955 955 rot->q0, rot->q1, rot->q2, rot->q3);
Note:
See TracChangeset
for help on using the changeset viewer.
