diff options
author | Thomas White <taw@physics.org> | 2013-08-01 17:33:23 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-08-01 17:33:23 +0200 |
commit | 4c0971b30a4982c8b4a3be4b6599639ecb1b6695 (patch) | |
tree | 48b419284a4273b87f96c97c1cdee70f8dee4cab /src/scaling-report.h | |
parent | d001bcca749215e41a79a0de32e4cc049ace8b86 (diff) |
Count filtered eigenvalues
Diffstat (limited to 'src/scaling-report.h')
-rw-r--r-- | src/scaling-report.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |