aboutsummaryrefslogtreecommitdiff
path: root/src/post-refinement.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-01-29 13:00:13 +0100
committerThomas White <taw@physics.org>2018-02-27 17:12:42 +0100
commit0ba30eafceabc7f3dc7a80cecfa48ae0553a5cfd (patch)
tree2162e7aa3cc8280032528d2c409d34895fc0f1d9 /src/post-refinement.h
parent5d80b28ccbf55e60b27fadd6348f8fd49d6507eb (diff)
Mark crystals as bad if they don't scale properly
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 0db2ae42..f95bff32 100644
--- a/src/post-refinement.h
+++ b/src/post-refinement.h
@@ -51,6 +51,7 @@ enum prflag
PRFLAG_EARLY = 18,
PRFLAG_CC = 19,
PRFLAG_BIGB = 20,
+ PRFLAG_SCALEBAD = 21,
};