diff options
author | Thomas White <taw@physics.org> | 2018-11-02 15:12:43 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-11-02 15:12:43 +0100 |
commit | 320a90e3f467d85ba0f7ae44e78d8f62128cc495 (patch) | |
tree | fe14d34dc0ec60b5b84c0235bef4c5b6b6e8dc9d /src/rejection.c | |
parent | 5310f5fdfe32cacb04bddc31c61c9174d459a161 (diff) |
Remove some residual debugging stuff
Diffstat (limited to 'src/rejection.c')
-rw-r--r-- | src/rejection.c | 4 |
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); |