aboutsummaryrefslogtreecommitdiff
path: root/src/diffraction.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2009-11-19 09:50:08 +0100
committerThomas White <taw@physics.org>2009-11-19 09:50:08 +0100
commitcc4ee13ddf7633869408a78e0e0c092b1a03ebf2 (patch)
treef7776a511c46c5cacff62202f40ebb366828d144 /src/diffraction.c
parente484862e22fc7f2f3394ef5a21f7955edf923ded (diff)
Misc 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 461063ad..e7a16a95 100644
--- a/src/diffraction.c
+++ b/src/diffraction.c
@@ -111,7 +111,7 @@ static double complex molecule_factor(struct molecule *mol, struct threevec q,
}
-double complex water_factor(struct threevec q, double en)
+static double complex water_factor(struct threevec q, double en)
{
double x;
double complex res = 0.0;