aboutsummaryrefslogtreecommitdiff
path: root/src/cell.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-10-31 10:41:22 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:04 +0100
commit9686edbcb2b5aeb4a553779c895b228d2ac56528 (patch)
treead741bdba9bc91c27c27a82c11485db925b82f52 /src/cell.h
parent6c823bf1a6ce09e716c486dc116a358e93457a17 (diff)
indexamajig: Add other cell reduction possibilities, and remove --no-match
Diffstat (limited to 'src/cell.h')
-rw-r--r--src/cell.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cell.h b/src/cell.h
index a4d32bf8..d3edb503 100644
--- a/src/cell.h
+++ b/src/cell.h
@@ -76,6 +76,7 @@ extern double resolution(UnitCell *cell,
extern void cell_print(UnitCell *cell);
extern UnitCell *match_cell(UnitCell *cell, UnitCell *template, int verbose);
+extern int cells_similar(UnitCell *c1, UnitCell *c2);
extern UnitCell *load_cell_from_pdb(const char *filename);