Changeset 5626 for trunk/psLib/test/astro/tst_psSphereOps.c
- Timestamp:
- Nov 29, 2005, 4:17:17 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/astro/tst_psSphereOps.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astro/tst_psSphereOps.c
r5514 r5626 5 5 * @author d-Rob, MHPCC 6 6 * 7 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $8 * @date $Date: 2005-11- 15 00:04:30$7 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2005-11-30 02:17:17 $ 9 9 * 10 10 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 494 494 } 495 495 */ 496 output->r *= -1.0;497 output->d *= -1.0;496 // output->r *= -1.0; 497 // output->d *= -1.0; 498 498 empty = psSphereGetOffset(origin, output, PS_LINEAR, PS_RADIAN); 499 if ( fabs(offset->r - empty->r) > 0.0001 || abs(offset->d - empty->r) > 0.0001 ) {499 if ( fabs(offset->r - empty->r) > 0.0001 || fabs(offset->d - empty->d) > 0.0001 ) { 500 500 psError(PS_ERR_BAD_PARAMETER_VALUE, false, 501 501 "psSphereGetOffset failed to return correct linear offset values.\n");
Note:
See TracChangeset
for help on using the changeset viewer.
