Changeset 34088 for trunk/Ohana/src/imregister/detrend/altpath.c
- Timestamp:
- Jun 26, 2012, 11:46:01 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/imregister/detrend/altpath.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/imregister/detrend/altpath.c
r27435 r34088 6 6 int status, found; 7 7 off_t i, j, n, Nlist; 8 off_t *list , *current;8 off_t *list; 9 9 char *dBPath, infile[256], outfile[256], line[1024]; 10 10 struct stat statbuf; 11 11 12 ALLOCATE (current, off_t, Nimage);13 12 ALLOCATE (list, off_t, Nimage); 14 13 Nlist = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
