Changeset 2764 for trunk/stac/src/stacRead.c
- Timestamp:
- Dec 20, 2004, 6:15:28 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/stacRead.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/stacRead.c
r2500 r2764 81 81 82 82 // Mask out the cross-terms 83 map->x->mask[1][1] = 0;84 map->y-> coeff[1][1] = 0;83 map->x->mask[1][1] = 1; 84 map->y->mask[1][1] = 1; 85 85 // Set the cross-terms to zero, just in case... 86 86 map->x->coeff[1][1] = 0.0;
Note:
See TracChangeset
for help on using the changeset viewer.
