Changeset 27435 for trunk/Ohana/src/opihi/dvo/ImageSelection.c
- Timestamp:
- Mar 24, 2010, 11:22:25 AM (16 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/dvo/ImageSelection.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/opihi/dvo/ImageSelection.c
r14590 r27435 3 3 /* db image table */ 4 4 static Image *image = NULL; 5 static int *subset = NULL;6 static int Nimage = 0;7 static int Nsubset = 0;5 static off_t *subset = NULL; 6 static off_t Nimage = 0; 7 static off_t Nsubset = 0; 8 8 static Coords mosaic; 9 9
Note:
See TracChangeset
for help on using the changeset viewer.
