diff options
author | Thomas White <taw@physics.org> | 2010-02-22 10:24:35 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-02-22 10:25:02 +0100 |
commit | 3132451eb2a3c88202078177f84c9c8fc96372fe (patch) | |
tree | 08104e9c2df2c3a8fe98a1f97dd358fd5fc22535 /src/detector.c | |
parent | cc0db0054d76474e55393c05806f715a0e2f6d08 (diff) |
Tidy some things up:
s convention
detector geometry
comments, help messages
Diffstat (limited to 'src/detector.c')
-rw-r--r-- | src/detector.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/detector.c b/src/detector.c index 5a7407c9..f4810a1b 100644 --- a/src/detector.c +++ b/src/detector.c @@ -191,6 +191,7 @@ void record_image(struct image *image, int do_water, int do_poisson, return; } + /* FIXME: Move to diffraction.c somehow */ if ( do_water ) { struct rvec q; |