Changeset 27435 for trunk/Ohana/src/imregister/detrend/modify.c
- Timestamp:
- Mar 24, 2010, 11:22:25 AM (16 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/imregister/detrend/modify.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/20091201/Ohana merged eligible /branches/eam_branches/largefiles.20100314/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/imregister/detrend/modify.c
r7080 r27435 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.
