From a8efbaa98b4ece01c7fc5de0d1ba1f20fa985a9d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 14 Jan 2010 10:30:30 +0100 Subject: s/threevec/rvec/ --- src/diffraction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/diffraction.h') 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 */ -- cgit v1.2.3