diff options
author | Thomas White <taw@physics.org> | 2024-10-17 17:05:33 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2024-10-17 17:05:52 +0200 |
commit | 6a8ab865f917b1d2116fc57be1a72474e7e7ff1d (patch) | |
tree | 71cb31568b795f2de06db242d17fbdc2672f4c58 /libcrystfel | |
parent | 152f538425e887082db144805bfff888798d3f90 (diff) |
Formatting
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/src/indexers/smallcell.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libcrystfel/src/indexers/smallcell.c b/libcrystfel/src/indexers/smallcell.c index 1bd3dfae..e9346bc1 100644 --- a/libcrystfel/src/indexers/smallcell.c +++ b/libcrystfel/src/indexers/smallcell.c @@ -592,8 +592,11 @@ int smallcell_index(struct image *image, void *mpriv) Max->n++; } } - /* If more than one max_clique with the same number of nodes is found, take only the right-handed solution */ - /* This requires first getting the unit cell for each max_clique, and then using the right_handed function from cell-utils */ + + /* If more than one max_clique with the same number of nodes is found, + * take only the right-handed solution. This requires first getting the + * unit cell for each max_clique, and then using the right_handed + * function from cell-utils */ for ( i=0; i<Max->n; i++ ) { if (Max->list[i]->n_mem < 5 && i == (Max->n) - 1) return 0; |