- Timestamp:
- Mar 4, 2014, 5:27:20 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140206/Ohana/src/relastro/src/assign_images.c
r36571 r36574 38 38 // supply the mosaics to the image table for the regionHosts : we already have the image 39 39 // <-> mosaic relationship, we just need to select these mosaics (once per regionHost) 40 // XXX DEFINE ME: select_mosaics_hostregion (regionHosts, image, Nimage); 41 abort (); 40 select_mosaics_hostregion (regionHosts, image, Nimage); 42 41 43 42 return TRUE; … … 136 135 regionHosts->hosts[i].NIMAGE += D_NIMAGE; 137 136 REALLOCATE (regionHosts->hosts[i].image, Image, regionHosts->hosts[i].NIMAGE); 138 // REALLOCATE (regionHosts->hosts[i].line_number, off_t, regionHosts->hosts[i].NIMAGE);137 REALLOCATE (regionHosts->hosts[i].imseq, off_t, regionHosts->hosts[i].NIMAGE); 139 138 } 140 139 }
Note:
See TracChangeset
for help on using the changeset viewer.
