diff options
author | Thomas White <taw@physics.org> | 2009-11-26 12:20:05 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2009-11-26 12:20:14 +0100 |
commit | 3d22f28223ee6dcef7e8d0cba247ac112942e344 (patch) | |
tree | 8dd47d46eb78bc52ce284ec833af46342320e86a /src/diffraction.h | |
parent | fe9063f6c7b353d6ab983052d55fe63b093a5335 (diff) |
Move constants around
Diffstat (limited to 'src/diffraction.h')
-rw-r--r-- | src/diffraction.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/diffraction.h b/src/diffraction.h index e2994a0b..1e08e116 100644 --- a/src/diffraction.h +++ b/src/diffraction.h @@ -20,6 +20,7 @@ #include "cell.h" extern void get_diffraction(struct image *image); -extern double water_intensity(struct threevec q, double en); +extern double water_intensity(struct threevec q, double en, + double beam_r, double water_r); #endif /* DIFFRACTION_H */ |