aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-11-02 15:12:43 +0100
committerThomas White <taw@physics.org>2018-11-02 15:12:43 +0100
commit320a90e3f467d85ba0f7ae44e78d8f62128cc495 (patch)
treefe14d34dc0ec60b5b84c0235bef4c5b6b6e8dc9d
parent5310f5fdfe32cacb04bddc31c61c9174d459a161 (diff)
Remove some residual debugging stuff
-rw-r--r--src/rejection.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/rejection.c b/src/rejection.c
index 97b6c455..8498c380 100644
--- a/src/rejection.c
+++ b/src/rejection.c
@@ -293,12 +293,8 @@ static void check_deltacchalf(Crystal **crystals, int n, RefList *full)
for ( i=0; i<n; i++ ) {
double cchalf, cchalfi;
- nref = 0;
RefList *template = crystal_get_reflections(crystals[i]);
cchalf = calculate_cchalf(template, full, NULL, &nref);
- if ( i == 86 ) {
- nref = 666;
- }
cchalfi = calculate_cchalf(template, full, crystals[i], &nref);
//STATUS("Frame %i:", i);
//STATUS(" With = %f ", cchalf*100.0);