From 4c0971b30a4982c8b4a3be4b6599639ecb1b6695 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 1 Aug 2013 17:33:23 +0200 Subject: Count filtered eigenvalues --- src/scaling-report.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/scaling-report.h') diff --git a/src/scaling-report.h b/src/scaling-report.h index 473e1759..1d430042 100644 --- a/src/scaling-report.h +++ b/src/scaling-report.h @@ -41,10 +41,11 @@ typedef struct _srcontext SRContext; /* Opaque */ /* Information is logged in this structure */ struct srdata { - int n_no_refine; /* Number that couldn't be refined */ Crystal **crystals; int n; RefList *full; + + int n_filtered; }; #ifdef HAVE_CAIRO -- cgit v1.2.3