aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/detector.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/detector.h')
-rw-r--r--libcrystfel/src/detector.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libcrystfel/src/detector.h b/libcrystfel/src/detector.h
index 87fcc890..489087ec 100644
--- a/libcrystfel/src/detector.h
+++ b/libcrystfel/src/detector.h
@@ -81,7 +81,6 @@ struct rg_collection
struct panel
{
-
char name[1024]; /* Name for this panel */
/* Position of panel in the data block in memory (see below) */
@@ -238,7 +237,7 @@ extern struct panel *find_panel_by_name(struct detector *det, const char *name);
extern int write_detector_geometry(const char *geometry_filename,
const char *output_filename,
- struct detector *det,
+ struct detector *det,
const char *additional_comment,
int write_panel_coffset);