diff options
author | Thomas White <taw@physics.org> | 2013-02-08 15:52:19 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-02-08 15:52:19 -0800 |
commit | 13116e93b01faee7826b5ba95a1dbf5fc3d64b45 (patch) | |
tree | b861e0a2aa50b122485dcd511f90b0caac3316f3 /libcrystfel/src/dirax.c | |
parent | d8ff3bdfcc020ec296d2ad81209fce744343ad57 (diff) |
Small tweaks
Diffstat (limited to 'libcrystfel/src/dirax.c')
-rw-r--r-- | libcrystfel/src/dirax.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/dirax.c b/libcrystfel/src/dirax.c index 2cbb0ec1..414e6406 100644 --- a/libcrystfel/src/dirax.c +++ b/libcrystfel/src/dirax.c @@ -91,7 +91,7 @@ struct dirax_data { int read_cell; int best_acl; int best_acl_nh; - int acls_tried[MAX_CELL_CANDIDATES]; + int acls_tried[MAX_DIRAX_CELL_CANDIDATES]; int n_acls_tried; UnitCell *cur_cell; int done; |