diff options
author | Thomas White <taw@physics.org> | 2019-07-29 14:45:18 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-07-29 16:10:45 +0200 |
commit | 8c2af4e67175c44b07bc65473bd9f990932c25aa (patch) | |
tree | 62ce208bbaf02d0fc731822645be19076a8b7476 /libcrystfel/src | |
parent | 9e91eac940a161fec2c6e7505c257c3361b75d2d (diff) |
Formatting/comments
Diffstat (limited to 'libcrystfel/src')
-rw-r--r-- | libcrystfel/src/detector.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libcrystfel/src/detector.h b/libcrystfel/src/detector.h index cf838726..d4276e35 100644 --- a/libcrystfel/src/detector.h +++ b/libcrystfel/src/detector.h @@ -211,14 +211,14 @@ struct detector struct badregion *bad; int n_bad; - unsigned int mask_bad; - unsigned int mask_good; + unsigned int mask_bad; + unsigned int mask_good; struct rigid_group **rigid_groups; - int n_rigid_groups; + int n_rigid_groups; struct rg_collection **rigid_group_collections; - int n_rg_collections; + int n_rg_collections; /* Location of the pixel furthest away from the beam position, which * will have the largest value of 2theta regardless of camera length |