Changeset 5682 for trunk/psLib/src/astro/psCoord.c
- Timestamp:
- Dec 5, 2005, 11:33:29 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psCoord.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psCoord.c
r5626 r5682 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.9 5$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-1 1-30 02:17:17$12 * @version $Revision: 1.96 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-12-05 21:33:29 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 62 62 63 63 XXX: Use the ADD version which is based on determinants. 64 65 XXX: This code no longer makes sense. The merge must be reviewed. 64 66 *****************************************************************************/ 65 67 … … 105 107 106 108 if (1) { 109 // XXX: There is no reason to execute this code and the following code. 107 110 psF64 A = transform->x->coeff[1][0]; 108 111 psF64 B = transform->x->coeff[0][1]; … … 125 128 126 129 } 127 // printf("HMMM: out->x: (%f %f %f)\n", out->x->coeff[0][0], out->x->coeff[1][0], out->x->coeff[0][1]); 128 // printf("HMMM: out->y: (%f %f %f)\n", out->y->coeff[0][0], out->y->coeff[1][0], out->y->coeff[0][1]); 129 130 130 131 132 // XXX: There is no reason to execute this code and the previous codes. 131 133 // unless the cross terms are available, set these matrix elements to 0 132 134 psF64 r12 = 0.0;
Note:
See TracChangeset
for help on using the changeset viewer.
