From 9686edbcb2b5aeb4a553779c895b228d2ac56528 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 31 Oct 2010 10:41:22 +0100 Subject: indexamajig: Add other cell reduction possibilities, and remove --no-match --- src/cell.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cell.h') 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); -- cgit v1.2.3