Changeset 31614 for branches/eam_branches/ipp-20110505/Ohana
- Timestamp:
- Jun 8, 2011, 11:44:46 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110505/Ohana/src/opihi/dvo/gstar.c
r30612 r31614 155 155 if (dec1 < DEC[i]) found = TRUE; 156 156 157 r = SQ(Dec - DEC[i]) + SQ( Ra - RA[i]);157 r = SQ(Dec - DEC[i]) + SQ((Ra - RA[i])*cos(Dec*RAD_DEG)); 158 158 if (r < Radius2) { 159 159 k = N1[i];
Note:
See TracChangeset
for help on using the changeset viewer.
