diff options
Diffstat (limited to 'src/gui_project.h')
-rw-r--r-- | src/gui_project.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui_project.h b/src/gui_project.h index f9f34194..3458b928 100644 --- a/src/gui_project.h +++ b/src/gui_project.h @@ -270,7 +270,8 @@ struct crystfelproject { double fom_res_max; int fom_nbins; double fom_min_snr; - int fom_use_min_snr; + int fom_min_meas; + char *fom_cell_filename; }; extern enum match_type_id decode_matchtype(const char *type_id); |