diff options
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 */ |