diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-02-02 22:56:21 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:12 +0100 |
commit | eac6ae7c88b6f74a7a9e5fc19796b897ad6ff630 (patch) | |
tree | 55dc07cef048a10fad402da265764fe67d746cb9 /src/image.h | |
parent | 7d746322e9c108c51c4a8d6d04390338438c2fb0 (diff) |
Decide once only on which reflections are scalable
Diffstat (limited to 'src/image.h')
-rw-r--r-- | src/image.h | 2 |
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; }; |