aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/datatemplate_priv.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-03-20 16:20:02 +0100
committerThomas White <taw@physics.org>2020-07-29 18:42:57 +0200
commit4bbec7864eaa1a3752717f69202d1a622aff5217 (patch)
treeff77053d503a5b0e22c3ef8e41fd6a9a99b8cff9 /libcrystfel/src/datatemplate_priv.h
parent926267d69531e5d1f936231f4e01971e7f31b8e9 (diff)
hdf5_peak_location -> peak_list
Diffstat (limited to 'libcrystfel/src/datatemplate_priv.h')
-rw-r--r--libcrystfel/src/datatemplate_priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/datatemplate_priv.h b/libcrystfel/src/datatemplate_priv.h
index 4c25bb49..8b51931a 100644
--- a/libcrystfel/src/datatemplate_priv.h
+++ b/libcrystfel/src/datatemplate_priv.h
@@ -183,7 +183,7 @@ struct _datatemplate
int path_dim;
int dim_dim;
- char *hdf5_peak_path;
+ char *peak_list;
struct panel_template defaults; /* FIXME: Shouldn't be stored */
};