aboutsummaryrefslogtreecommitdiff
path: root/src/cell.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2009-11-24 18:31:48 +0100
committerThomas White <taw@physics.org>2009-11-24 18:31:48 +0100
commit2fdca1853b945192db7e82a3396c70573ed4a677 (patch)
treeed4ecc945f867cdb8e849dd37bf640a15eb922be /src/cell.h
parent6062423d9a94433a228ae822fe2017e4ee103a21 (diff)
Tidy up, fix things
Diffstat (limited to 'src/cell.h')
-rw-r--r--src/cell.h3
1 files changed, 3 insertions, 0 deletions
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 */