Changeset 6022 for trunk/dettools/src/dettools.c
- Timestamp:
- Jan 16, 2006, 6:12:57 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/dettools/src/dettools.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dettools/src/dettools.c
r5881 r6022 1 # include " p2search.h"1 # include "dettools.h" 2 2 3 3 int main (int argc, char **argv) { … … 39 39 if (config->mode == DET_MODE_UPDATE_RESID) { 40 40 exposures = detSelectResidUpdateExposures (config); 41 detUpdateRes diExposures (config, exposures);41 detUpdateResidExposures (config, exposures); 42 42 } 43 43
Note:
See TracChangeset
for help on using the changeset viewer.
