- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/tap_branches/Ohana/src/imregister/detrend/modify.c
r7080 r27838 2 2 # include "detrend.h" 3 3 4 int ModifySubset (FITS_DB *db, DetReg *image, int Nimage, Match *match, int Nmatch) {4 int ModifySubset (FITS_DB *db, DetReg *image, off_t Nimage, Match *match, off_t Nmatch) { 5 5 6 int i, j, value;7 int *list;6 off_t i, j, value; 7 off_t *list; 8 8 9 9 value = M_UNDEF; 10 10 11 ALLOCATE (list, int, Nimage);11 ALLOCATE (list, off_t, Nimage); 12 12 if (!strcasecmp (output.ModifyEntry, "mode")) { 13 13 value = get_image_mode (output.ModifyValue);
Note:
See TracChangeset
for help on using the changeset viewer.
