diff options
author | Thomas White <taw@physics.org> | 2010-07-30 18:44:04 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:55 +0100 |
commit | e09a64256a29547943a432ac5d41819835f8483a (patch) | |
tree | 3f4dfca844b770f6959e5d443396606c902c576b /src/image.h | |
parent | 63129a826c8156b1e7cd075e4dc5a23f3641e22a (diff) |
Add facetron program for profile fitting and post-refinement
Diffstat (limited to 'src/image.h')
-rw-r--r-- | src/image.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/image.h b/src/image.h index 3b31b2fa..613b0989 100644 --- a/src/image.h +++ b/src/image.h @@ -58,15 +58,6 @@ struct imagefeature { typedef struct _imagefeaturelist ImageFeatureList; -/* A 3D vector in reciprocal space */ -struct rvec -{ - double u; - double v; - double w; -}; - - struct reflhit { signed int h; signed int k; |