From 3524e12ae1424adbbf8eaee39b2de8fc0bb9b502 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 7 Sep 2010 18:32:55 +0200 Subject: Get somewhere with template indexing --- src/geometry.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/geometry.c') diff --git a/src/geometry.c b/src/geometry.c index 16914994..d91e89bc 100644 --- a/src/geometry.c +++ b/src/geometry.c @@ -121,6 +121,8 @@ struct reflhit *find_intersections(struct image *image, UnitCell *cell, hits[np].h = h; hits[np].k = k; hits[np].l = l; + hits[np].x = xda; + hits[np].y = yda; np++; if ( output ) { -- cgit v1.2.3