aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/cell-utils.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-10-15 16:01:47 +0200
committerThomas White <taw@physics.org>2019-03-11 16:49:36 +0100
commite06952e9eefb0affb65d5361d1919d28bee5974d (patch)
tree29d932e77751f8980865e00a360fc35666529d06 /libcrystfel/src/cell-utils.h
parent5ce8e318bcd3389acb28685c930e23087bf8722b (diff)
Remove cells_are_similar() from API
There are two functions with this name. Avoid confusion.
Diffstat (limited to 'libcrystfel/src/cell-utils.h')
-rw-r--r--libcrystfel/src/cell-utils.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libcrystfel/src/cell-utils.h b/libcrystfel/src/cell-utils.h
index cc721634..d0af717a 100644
--- a/libcrystfel/src/cell-utils.h
+++ b/libcrystfel/src/cell-utils.h
@@ -53,9 +53,6 @@ extern UnitCell *transform_cell_gsl(UnitCell *in, gsl_matrix *m);
extern void cell_print(UnitCell *cell);
-extern int cells_are_similar(UnitCell *cell1, UnitCell *cell2,
- const double ltl, const double atl);
-
extern UnitCell *match_cell(UnitCell *cell, UnitCell *tempcell, int verbose,
const float *ltl, int reduce);