aboutsummaryrefslogtreecommitdiff
path: root/src/geometry.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/geometry.c')
-rw-r--r--src/geometry.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/geometry.c b/src/geometry.c
index 1cf839c2..aabb269d 100644
--- a/src/geometry.c
+++ b/src/geometry.c
@@ -239,6 +239,7 @@ RefList *find_intersections(struct image *image, UnitCell *cell,
&bsx, &bsy, &bsz,
&csx, &csy, &csz);
+ /* FIXME: Get this from image */
mres = 1.0 / 8.0e-10; /* 8 Angstroms */
hmax = mres / modulus(asx, asy, asz);
kmax = mres / modulus(bsx, bsy, bsz);