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 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;