aboutsummaryrefslogtreecommitdiff
path: root/src/gui_project.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_project.h')
-rw-r--r--src/gui_project.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui_project.h b/src/gui_project.h
index b0431c04..4d2e75c3 100644
--- a/src/gui_project.h
+++ b/src/gui_project.h
@@ -274,6 +274,9 @@ struct crystfelproject {
double fom_min_snr;
int fom_min_meas;
char *fom_cell_filename;
+
+ double export_res_min;
+ double export_res_max;
};
extern enum match_type_id decode_matchtype(const char *type_id);