diff options
author | Thomas White <taw@physics.org> | 2012-03-09 18:21:58 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-03-09 18:21:58 +0100 |
commit | 7236d936e381faf32950f1091aa57f240644ac16 (patch) | |
tree | d594eb58c91c55138c84921eaf39654e824145b8 /tests/integration_check.c | |
parent | 4be9287d7ae69bcfee52efed5a108f31c0f40f7e (diff) |
Compile libcrystfel with -Wall, fix warnings
Diffstat (limited to 'tests/integration_check.c')
-rw-r--r-- | tests/integration_check.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/integration_check.c b/tests/integration_check.c index eeccc6ec..3a7dd0b6 100644 --- a/tests/integration_check.c +++ b/tests/integration_check.c @@ -101,8 +101,6 @@ static void fourth_integration_check(struct image *image, int n_trials, int *fail) { double mean_intensity = 0.0; - double mean_bg = 0.0; - double mean_max = 0.0; double mean_sigma = 0.0; int i; int fs, ss; |