aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/cell-utils.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2017-09-15 15:46:37 +0200
committerThomas White <taw@physics.org>2017-09-15 15:46:37 +0200
commit5ca956f67456831501cf413259790eec6d6c6c1f (patch)
tree7ae69fb902f78af2828d4bbd4609a934c0a09dc7 /libcrystfel/src/cell-utils.h
parentf6de9f595620b5d4a1ecf3d8d6d4cde9b3c179e0 (diff)
parentca0d7a9e1982b55ae3891d8dbe7f05a79ed3e7f1 (diff)
Merge branch 'tom/index'
Diffstat (limited to 'libcrystfel/src/cell-utils.h')
-rw-r--r--libcrystfel/src/cell-utils.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/libcrystfel/src/cell-utils.h b/libcrystfel/src/cell-utils.h
index efb4b25b..5e2b2825 100644
--- a/libcrystfel/src/cell-utils.h
+++ b/libcrystfel/src/cell-utils.h
@@ -3,13 +3,13 @@
*
* Unit Cell utility functions
*
- * Copyright © 2012-2014 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2017 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
* Copyright © 2012 Lorenzo Galli
*
* Authors:
- * 2009-2013,2014 Thomas White <taw@physics.org>
- * 2012 Lorenzo Galli
+ * 2009-2013,2014,2017 Thomas White <taw@physics.org>
+ * 2012 Lorenzo Galli
*
* This file is part of CrystFEL.
*
@@ -80,6 +80,9 @@ extern int forbidden_reflection(UnitCell *cell,
extern double cell_get_volume(UnitCell *cell);
+extern int compare_cells(UnitCell *a, UnitCell *b, double ltl, double atl,
+ IntegerMatrix **pmb);
+
#ifdef __cplusplus
}
#endif