diff options
author | Thomas White <taw@physics.org> | 2011-03-14 17:22:03 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:19 +0100 |
commit | dbb76151b8d3656223a42661869c60cc5e4d809e (patch) | |
tree | a432c3b85d414f660d674cca60d178935f2fa287 /src/image.h | |
parent | 5bc39aff3711410f15107e4d5f47e607aa018fd7 (diff) |
More of s/x/fs/, s/y/ss/
Diffstat (limited to 'src/image.h')
-rw-r--r-- | src/image.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/image.h b/src/image.h index 692ef7f8..b61bb396 100644 --- a/src/image.h +++ b/src/image.h @@ -34,8 +34,8 @@ struct imagefeature { struct image *parent; - double x; - double y; + double fs; + double ss; double intensity; /* Reciprocal space coordinates (m^-1 of course) of this feature */ |