diff options
author | Thomas White <taw@physics.org> | 2010-09-07 18:32:55 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:57 +0100 |
commit | 3524e12ae1424adbbf8eaee39b2de8fc0bb9b502 (patch) | |
tree | 8128602399dff02154fc787647b77f8ebf4f5b57 /src/geometry.c | |
parent | 2bc635d71a53aefe055ada793477a0c4ffa70ea1 (diff) |
Get somewhere with template indexing
Diffstat (limited to 'src/geometry.c')
-rw-r--r-- | src/geometry.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 ) { |