From 07fab90f63443a4b048008298ecad2c53a5276bc Mon Sep 17 00:00:00 2001 From: Valerio Mariani Date: Mon, 26 Jan 2015 18:09:27 +0100 Subject: Fussiness --- libcrystfel/src/detector.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libcrystfel/src/detector.h') 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); -- cgit v1.2.3