diff options
author | Thomas White <taw@physics.org> | 2009-11-25 11:37:35 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2009-11-25 11:37:35 +0100 |
commit | 55bfd90ee7d198b319105068c81d0b7f6bb24f5f (patch) | |
tree | f780b6e0b82581a2ca7175625cc1342b069e6636 /src/diffraction.h | |
parent | 48477c86c4fae48d581ee6614615152b6e61ee3f (diff) |
Proper water intensity calculation
Intensity is calculated at the detector stage now
Diffstat (limited to 'src/diffraction.h')
-rw-r--r-- | src/diffraction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/diffraction.h b/src/diffraction.h index 112818bc..e2994a0b 100644 --- a/src/diffraction.h +++ b/src/diffraction.h @@ -20,5 +20,6 @@ #include "cell.h" extern void get_diffraction(struct image *image); +extern double water_intensity(struct threevec q, double en); #endif /* DIFFRACTION_H */ |