diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-10-31 10:41:22 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:04 +0100 |
commit | 9686edbcb2b5aeb4a553779c895b228d2ac56528 (patch) | |
tree | ad741bdba9bc91c27c27a82c11485db925b82f52 /src/cell.h | |
parent | 6c823bf1a6ce09e716c486dc116a358e93457a17 (diff) |
indexamajig: Add other cell reduction possibilities, and remove --no-match
Diffstat (limited to 'src/cell.h')
-rw-r--r-- | src/cell.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |