From bbd715163e65db08f99b197d4bd736bd35417e98 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 12 Feb 2010 16:14:08 +0100 Subject: Display the cell from DirAx --- 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 687c7ef6..db5cab0b 100644 --- a/src/cell.h +++ b/src/cell.h @@ -72,6 +72,8 @@ extern void cell_get_reciprocal(UnitCell *cell, extern double resolution(UnitCell *cell, signed int h, signed int k, signed int l); +extern void cell_print(UnitCell *cell); + extern UnitCell *match_cell(UnitCell *cell, UnitCell *template); #endif /* CELL_H */ -- cgit v1.2.3