From 69f9a5646f12f6055328e28c03ced984e9d6cbd5 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 29 Mar 2015 08:11:21 -0700 Subject: Add GPARAM_DETX, GPARAM_DETY and GPARAM_CLEN --- libcrystfel/src/geometry.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libcrystfel/src/geometry.h') diff --git a/libcrystfel/src/geometry.h b/libcrystfel/src/geometry.h index e0d21dda..cecdc4f1 100644 --- a/libcrystfel/src/geometry.h +++ b/libcrystfel/src/geometry.h @@ -63,7 +63,7 @@ typedef enum { /* Enumeration of parameters which may want to be refined */ -enum { +enum gparam { GPARAM_ASX, GPARAM_ASY, GPARAM_ASZ, @@ -75,6 +75,9 @@ enum { GPARAM_CSZ, GPARAM_R, GPARAM_DIV, + GPARAM_DETX, + GPARAM_DETY, + GPARAM_CLEN }; -- cgit v1.2.3