Changeset 37425
- Timestamp:
- Sep 23, 2014, 5:40:16 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140904/Ohana/src/photdbc
- Files:
-
- 3 edited
-
include/photdbc.h (modified) (1 diff)
-
src/args.c (modified) (1 diff)
-
src/photdbc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140904/Ohana/src/photdbc/include/photdbc.h
r37045 r37425 40 40 41 41 /* global variables */ 42 int SKIP_IMAGES; 42 43 int SHOW_PARAMS; 43 44 int VERBOSE; -
branches/eam_branches/ipp-20140904/Ohana/src/photdbc/src/args.c
r36833 r37425 15 15 remove_argument (N, &argc, argv); 16 16 SHOW_PARAMS = TRUE; 17 } 18 19 SKIP_IMAGES = FALSE; 20 if ((N = get_argument (argc, argv, "-skip-images"))) { 21 SKIP_IMAGES = TRUE; 22 remove_argument (N, &argc, argv); 17 23 } 18 24 -
branches/eam_branches/ipp-20140904/Ohana/src/photdbc/src/photdbc.c
r36833 r37425 15 15 16 16 // load and copy the image table 17 copy_images (argv[1], skylist); 17 if (!SKIP_IMAGES) { 18 copy_images (argv[1], skylist); 19 } 18 20 19 21 // hostID is 0 for master program
Note:
See TracChangeset
for help on using the changeset viewer.
