Changeset 32621 for branches/eam_branches/ipp-20110906/Ohana
- Timestamp:
- Nov 7, 2011, 8:47:40 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110906/Ohana/src/opihi/dvo/skycoverage.c
r31635 r32621 202 202 V[ys*Nx + xs] = ShowDensity ? 0 : 2; 203 203 } else { 204 V[ys*Nx + xs] = ShowDensity ? -1: 0;204 V[ys*Nx + xs] = ShowDensity ? NAN : 0; 205 205 } 206 206 }
Note:
See TracChangeset
for help on using the changeset viewer.
