Changeset 5328 for trunk/Ohana/src/addstar/src/gregion_image.c
- Timestamp:
- Oct 14, 2005, 6:29:26 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/addstar/src/gregion_image.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/addstar/src/gregion_image.c
r3389 r5328 2 2 3 3 /* given image with coords, find regions which overlap image */ 4 GSCRegion *gregion_image (Image *image, int *Nregions) {4 GSCRegion *gregion_image (Image *image, Coords *mosaic, int *Nregions) { 5 5 6 6 GSCRegion *regions, impatch; … … 14 14 15 15 if (!strcmp (&image[0].coords.ctype[4], "-WRP")) { 16 if ( MOSAIC== NULL) Shutdown ("no mosaic for WRP image (use -mosaic)");17 RegisterMosaic ( MOSAIC);16 if (mosaic == NULL) Shutdown ("no mosaic for WRP image (use -mosaic)"); 17 RegisterMosaic (mosaic); 18 18 } 19 19
Note:
See TracChangeset
for help on using the changeset viewer.
