diff options
author | Valerio Mariani <valerio.mariani@desy.de> | 2015-02-05 14:33:04 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-02-05 17:13:54 +0100 |
commit | 39db07ff9e7b345660780477632da88dfb8cc86f (patch) | |
tree | eca91d0e6f3c0fd4fee2350c560de268bb28fc32 /libcrystfel/src | |
parent | 7eb824c40a6bc6ef532c0e385843bace533b79e1 (diff) |
Fixed hdfsee handling of rigid group collections
Diffstat (limited to 'libcrystfel/src')
-rw-r--r-- | libcrystfel/src/detector.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcrystfel/src/detector.h b/libcrystfel/src/detector.h index 819b2e69..a82134bf 100644 --- a/libcrystfel/src/detector.h +++ b/libcrystfel/src/detector.h @@ -98,7 +98,6 @@ struct panel double res; /* Resolution in pixels per metre */ char badrow; /* 'x' or 'y' */ int no_index; /* Don't index peaks in this panel if non-zero */ - struct rigid_group *rigid_group; /* Rigid group */ double adu_per_eV; /* Number of ADU per eV */ double max_adu; /* Treat pixel as unreliable if higher than this */ char *data; |