aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/detector.h
diff options
context:
space:
mode:
authorValerio Mariani <valerio.mariani@desy.de>2015-01-26 18:09:27 +0100
committervalerio.mariani@desy.de <vmariani@cfeld-valerio2.desy.de>2015-01-27 14:11:51 +0100
commit07fab90f63443a4b048008298ecad2c53a5276bc (patch)
tree6312208fccc48e59f288f98865df395f109054a1 /libcrystfel/src/detector.h
parent88cd2cfd80838dd57cf607ac0fa752665cae4c14 (diff)
Fussiness
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);