diff options
author | Thomas White <taw@physics.org> | 2009-11-25 15:18:24 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2009-11-25 15:18:24 +0100 |
commit | de1c9acaf81912488ea5e35d46dd229ea933f1a2 (patch) | |
tree | b042c9ea8533cadc1e2cf917a84a33d71cb47e6e /src | |
parent | a892cc83679f0307928d159ffa1db05f82f32db3 (diff) |
Tidy up
Diffstat (limited to 'src')
-rw-r--r-- | src/diffraction.c | 2 |
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; |