From 9c3d9caa7b6fd066c53abf5773a05a83b30d3688 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 2 Feb 2010 15:04:41 +0100 Subject: Match the unit cell to a model cell after indexing --- src/cell.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cell.h') diff --git a/src/cell.h b/src/cell.h index d1b49d22..687c7ef6 100644 --- a/src/cell.h +++ b/src/cell.h @@ -72,4 +72,6 @@ extern void cell_get_reciprocal(UnitCell *cell, extern double resolution(UnitCell *cell, signed int h, signed int k, signed int l); +extern UnitCell *match_cell(UnitCell *cell, UnitCell *template); + #endif /* CELL_H */ -- cgit v1.2.3