aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-07-23 12:56:22 +0200
committerThomas White <taw@physics.org>2021-07-23 12:56:22 +0200
commit3b68d660aa4391deb7e28512ff18f1673181b452 (patch)
tree016415d21c6b1d73e1b3f3d8ffb82e7d3a6f37f9 /src
parent59a71ac184a8a4eb09058899259669dfceb6c9bc (diff)
scale_one_crystal: Remove unused exclusion total
Diffstat (limited to 'src')
-rw-r--r--src/scaling.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/scaling.c b/src/scaling.c
index 6fab1626..f007b757 100644
--- a/src/scaling.c
+++ b/src/scaling.c
@@ -193,7 +193,6 @@ int scale_one_crystal(Crystal *cr, const RefList *listR, int flags)
int r;
double cov00, cov01, cov11, chisq;
int n_esdS = 0;
- int n_esdR = 0;
int n_ihS = 0;
int n_ihR = 0;
int n_nanS = 0;
@@ -282,7 +281,6 @@ int scale_one_crystal(Crystal *cr, const RefList *listR, int flags)
if ( n < 2 ) {
if ( flags & SCALE_VERBOSE_ERRORS ) {
ERROR("Not enough reflections for scaling (had %i, but %i remain)\n", nb, n);
- if ( n_esdR ) ERROR("%i reference reflection esd\n", n_esdR);
if ( n_esdS ) ERROR("%i subject reflection esd\n", n_esdS);
if ( n_ihR ) ERROR("%i reference reflection intensity\n", n_ihR);
if ( n_red ) ERROR("%i reference reflection redundancy\n", n_red);