From 2fdca1853b945192db7e82a3396c70573ed4a677 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 24 Nov 2009 18:31:48 +0100 Subject: Tidy up, fix things --- src/cell.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/cell.h') diff --git a/src/cell.h b/src/cell.h index b2203561..860cce05 100644 --- a/src/cell.h +++ b/src/cell.h @@ -62,4 +62,7 @@ extern void cell_get_reciprocal(UnitCell *cell, double *bsx, double *bsy, double *bsz, double *csx, double *csy, double *csz); +extern double resolution(UnitCell *cell, + signed int h, signed int k, signed int l); + #endif /* CELL_H */ -- cgit v1.2.3