aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/cell-utils.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-03-26 15:13:45 +0100
committerThomas White <taw@physics.org>2019-04-05 15:56:03 +0200
commit051077e3bcb44822713ec341a25e853fbbc1c811 (patch)
tree3fcd3f237cd69975b6a3f78816f595c420285e8a /libcrystfel/src/cell-utils.h
parent1089be21d221067cfd2bdefe44d4ec4a3654cf17 (diff)
cell_tool: Add --csl
Diffstat (limited to 'libcrystfel/src/cell-utils.h')
-rw-r--r--libcrystfel/src/cell-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/cell-utils.h b/libcrystfel/src/cell-utils.h
index a97f2bfb..79c98e61 100644
--- a/libcrystfel/src/cell-utils.h
+++ b/libcrystfel/src/cell-utils.h
@@ -97,7 +97,7 @@ extern int compare_reindexed_cell_parameters_and_orientation(UnitCell *a,
IntegerMatrix **pmb);
extern int compare_reindexed_cell_parameters(UnitCell *cell, UnitCell *reference,
- double ltl, double atl,
+ double ltl, double atl, int csl,
RationalMatrix **pmb);
#ifdef __cplusplus