- Timestamp:
- Oct 27, 2014, 2:44:02 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140904/Ohana/src/opihi/dvo/objectcoverage.c
r37386 r37531 163 163 for (xs = 0; xs < Nx; xs++) { 164 164 status = XY_to_RD (&r, &d, (double)(xs), (double)(ys), &coords); 165 status &= (r >= 0); 166 status &= (r <= 360); 165 r = ohana_normalize_angle (r); 167 166 if (status) { 168 167 V[ys*Nx + xs] = ShowDensity ? 0 : 2;
Note:
See TracChangeset
for help on using the changeset viewer.
