aboutsummaryrefslogtreecommitdiff
path: root/src/cell.h
diff options
context:
space:
mode:
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 */