From 9990ed2bdf0e043b60d8450466404b8f98fa29ad Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 16 Aug 2016 10:15:41 +0200 Subject: Add notes to RefList --- libcrystfel/src/reflist.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libcrystfel/src/reflist.h') diff --git a/libcrystfel/src/reflist.h b/libcrystfel/src/reflist.h index dac313a4..3f0ff783 100644 --- a/libcrystfel/src/reflist.h +++ b/libcrystfel/src/reflist.h @@ -3,11 +3,11 @@ * * Fast reflection/peak list * - * Copyright © 2012-2015 Deutsches Elektronen-Synchrotron DESY, + * Copyright © 2012-2016 Deutsches Elektronen-Synchrotron DESY, * a research centre of the Helmholtz Association. * * Authors: - * 2011-2015 Thomas White + * 2011-2016 Thomas White * * This file is part of CrystFEL. * @@ -138,6 +138,8 @@ extern int num_reflections(RefList *list); extern int tree_depth(RefList *list); extern void lock_reflection(Reflection *refl); extern void unlock_reflection(Reflection *refl); +extern const char *reflist_get_notes(RefList *reflist); +extern void reflist_add_notes(RefList *reflist, const char *notes_add); #ifdef __cplusplus } -- cgit v1.2.3