aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-11-09 10:53:13 +0100
committerThomas White <taw@physics.org>2018-11-09 10:53:13 +0100
commit7c89d56e87a24877fd07d515b70051c141ad62d8 (patch)
treeaa3331ba609bda9f4938823f9ed698a4203ecb3d /src
parentd643b45921d20b8a63292e7f47e36bba8a8c42a5 (diff)
Fix prototype for calculate_refl_mean_var
Diffstat (limited to 'src')
-rw-r--r--src/rejection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rejection.c b/src/rejection.c
index ebca6957..55546bbc 100644
--- a/src/rejection.c
+++ b/src/rejection.c
@@ -94,7 +94,7 @@ void early_rejection(Crystal **crystals, int n)
}
-static double calculate_refl_mean_var(RefList *full)
+static void calculate_refl_mean_var(RefList *full)
{
Reflection *refl;
RefListIterator *iter;