diff options
author | Thomas White <taw@physics.org> | 2010-01-14 10:30:30 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-01-14 10:30:30 +0100 |
commit | a8efbaa98b4ece01c7fc5de0d1ba1f20fa985a9d (patch) | |
tree | 4674265e0b9633f9e7121e0599097518a505623d /src/diffraction.h | |
parent | 1f5167c7b129f029758a92cecd6b037f14dada36 (diff) |
s/threevec/rvec/
Diffstat (limited to 'src/diffraction.h')
-rw-r--r-- | src/diffraction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diffraction.h b/src/diffraction.h index 1ad5fd50..dfed4d4c 100644 --- a/src/diffraction.h +++ b/src/diffraction.h @@ -20,7 +20,7 @@ #include "cell.h" extern void get_diffraction(struct image *image, int na, int nb, int nc); -extern double water_intensity(struct threevec q, double en, +extern double water_intensity(struct rvec q, double en, double beam_r, double water_r); #endif /* DIFFRACTION_H */ |