aboutsummaryrefslogtreecommitdiff
path: root/src/diffraction.c
diff options
context:
space:
mode:
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;