aboutsummaryrefslogtreecommitdiff
path: root/src/image.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-02-02 22:56:21 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:12 +0100
commiteac6ae7c88b6f74a7a9e5fc19796b897ad6ff630 (patch)
tree55dc07cef048a10fad402da265764fe67d746cb9 /src/image.h
parent7d746322e9c108c51c4a8d6d04390338438c2fb0 (diff)
Decide once only on which reflections are scalable
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/image.h b/src/image.h
index 9c0e6e47..273e1bba 100644
--- a/src/image.h
+++ b/src/image.h
@@ -74,6 +74,8 @@ struct cpeak
int x;
int y;
+ int scalable;
+
/* Intensity */
double intensity;
};