aboutsummaryrefslogtreecommitdiff
path: root/src/scaling-report.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-06-26 11:22:24 +0200
committerThomas White <taw@physics.org>2014-06-26 11:22:24 +0200
commit19f977c6d62ffca9f13bcdefef32b5b27a326b7a (patch)
treed2abc2503e321c24a74c28ccb232f3785852d2e0 /src/scaling-report.c
parentf623ac19805a60e0eb9ad58c9132fbc655dfdb98 (diff)
Rationalise counting of filtered eigenvalues
Diffstat (limited to 'src/scaling-report.c')
-rw-r--r--src/scaling-report.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/scaling-report.c b/src/scaling-report.c
index 351d2dbd..ca4c5cbc 100644
--- a/src/scaling-report.c
+++ b/src/scaling-report.c
@@ -888,9 +888,6 @@ void sr_iteration(SRContext *sr, int iteration, struct srdata *d)
cairo_restore(sr->cr);
}
-
- STATUS("%i filtered total, %5.2f filtered per crystal\n",
- d->n_filtered, (double)d->n_filtered / d->n);
}