aboutsummaryrefslogtreecommitdiff
path: root/src/diffraction.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2009-11-25 15:18:24 +0100
committerThomas White <taw@physics.org>2009-11-25 15:18:24 +0100
commitde1c9acaf81912488ea5e35d46dd229ea933f1a2 (patch)
treeb042c9ea8533cadc1e2cf917a84a33d71cb47e6e /src/diffraction.c
parenta892cc83679f0307928d159ffa1db05f82f32db3 (diff)
Tidy up
Diffstat (limited to 'src/diffraction.c')
-rw-r--r--src/diffraction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diffraction.c b/src/diffraction.c
index 1c7e589a..e2d0061a 100644
--- a/src/diffraction.c
+++ b/src/diffraction.c
@@ -101,7 +101,7 @@ static double complex molecule_factor(struct molecule *mol, struct threevec q,
double water_intensity(struct threevec q, double en)
{
- complex double fH, fO;
+ double complex fH, fO;
double s, modq;
double intensity;