Changeset 20180 for trunk/dvoTools/src/dvoApplyCorrArguments.c
- Timestamp:
- Oct 15, 2008, 5:51:49 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/dvoTools/src/dvoApplyCorrArguments.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dvoTools/src/dvoApplyCorrArguments.c
r13239 r20180 35 35 // save the following additional recipe values based on command-line options 36 36 // these options override the DVOCORR recipe values loaded from recipe files 37 psMetadata *options = pmConfigRecipeOptions (config, RECIPE_NAME);37 // psMetadata *options = pmConfigRecipeOptions (config, RECIPE_NAME); 38 38 39 39 // XXX add options from command-line here 40 40 41 41 // drop the local view on the options (saved on config->arguments) 42 psFree (options);42 // psFree (options); 43 43 44 44 // chip selection is used to limit chips to be processed
Note:
See TracChangeset
for help on using the changeset viewer.
