aboutsummaryrefslogtreecommitdiff
path: root/src/post-refinement.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2015-08-01 20:32:06 +0200
committerThomas White <taw@bitwiz.org.uk>2015-08-01 20:32:06 +0200
commit4ae1cc859bad66f611677ce34e87be44580b0929 (patch)
tree1ec84d1277cf3855f25b70a221e693741a03d1a7 /src/post-refinement.h
parentf6f8c8046766b93f8be847fa2c71f0cbaf7c5919 (diff)
partialator: Rationalise rejection diagnostics
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 536dea2d..fc72918f 100644
--- a/src/post-refinement.h
+++ b/src/post-refinement.h
@@ -64,6 +64,7 @@ enum prflag
};
+extern const char *str_prflag(enum prflag flag);
extern void refine_all(Crystal **crystals, int n_crystals,
RefList *full, int nthreads, PartialityModel pmodel,