aboutsummaryrefslogtreecommitdiff
path: root/src/post-refinement.h
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/post-refinement.h
parentf623ac19805a60e0eb9ad58c9132fbc655dfdb98 (diff)
Rationalise counting of filtered eigenvalues
Diffstat (limited to 'src/post-refinement.h')
-rw-r--r--src/post-refinement.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/post-refinement.h b/src/post-refinement.h
index abf2364b..e419c51d 100644
--- a/src/post-refinement.h
+++ b/src/post-refinement.h
@@ -63,6 +63,7 @@ enum {
struct prdata
{
+ int refined;
int n_filtered;
};