diff options
author | Thomas White <taw@physics.org> | 2013-02-09 18:13:15 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-02-09 18:13:15 -0800 |
commit | 11fe97d53a627fd5caf067bd9fe8f967cf3a72df (patch) | |
tree | 52ed158e5fc2728517746bb5a6cee8a149fed500 /src/im-sandbox.h | |
parent | c32039235d2638b4b96daaf23f50353e7762134b (diff) |
Fussiness, formatting and SPOT
Diffstat (limited to 'src/im-sandbox.h')
-rw-r--r-- | src/im-sandbox.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/im-sandbox.h b/src/im-sandbox.h index f7951c04..a454d867 100644 --- a/src/im-sandbox.h +++ b/src/im-sandbox.h @@ -43,12 +43,12 @@ enum { struct index_args { UnitCell *cell; - int config_cmfilter; - int config_noisefilter; - int config_verbose; - int config_satcorr; - int config_closer; - int config_bgsub; + int cmfilter; + int noisefilter; + int verbose; + int satcorr; + int closer; + int bgsub; float threshold; float min_gradient; float min_snr; |