Changeset 5743 for trunk/stac/src/stacAreaOfInterest.c
- Timestamp:
- Dec 7, 2005, 2:57:14 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/stacAreaOfInterest.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/stacAreaOfInterest.c
r3375 r5743 13 13 ) 14 14 { 15 ps DPolynomial2D *xPoly = transform->x;16 ps DPolynomial2D *yPoly = transform->y;15 psPolynomial2D *xPoly = transform->x; 16 psPolynomial2D *yPoly = transform->y; 17 17 18 18 assert(xPoly->type == PS_POLYNOMIAL_ORD);
Note:
See TracChangeset
for help on using the changeset viewer.
