aboutsummaryrefslogtreecommitdiff
path: root/src/process_image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-04-02 12:22:17 -0700
committerThomas White <taw@physics.org>2015-04-20 15:50:40 +0200
commit0ac1beb40fabc28aa4d400776196962dfd9f9506 (patch)
tree22b514df6e601d336e253c41e849b6bc49f12012 /src/process_image.h
parent45d57be2c483b7c976fbcab94d9dc2b81b29dd23 (diff)
indexamajig: Add --no-refine
Diffstat (limited to 'src/process_image.h')
-rw-r--r--src/process_image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/process_image.h b/src/process_image.h
index 68254485..de364772 100644
--- a/src/process_image.h
+++ b/src/process_image.h
@@ -86,6 +86,7 @@ struct index_args
float fix_profile_r;
float fix_bandwidth;
float fix_divergence;
+ int predict_refine;
};