From 33aa23c9d287ee0a34c445f7625a71d72657c061 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 20 Jul 2015 16:33:35 +0200 Subject: partialator: Tidy up handling of bad crystals --- src/post-refinement.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/post-refinement.h') diff --git a/src/post-refinement.h b/src/post-refinement.h index b59ae24f..536dea2d 100644 --- a/src/post-refinement.h +++ b/src/post-refinement.h @@ -53,6 +53,16 @@ struct prdata double final_free_residual; }; +enum prflag +{ + PRFLAG_OK = 0, + PRFLAG_FEWREFL = 16, + PRFLAG_SOLVEFAIL = 17, + PRFLAG_EARLY = 18, + PRFLAG_CC = 19, + PRFLAG_BIGB = 20, +}; + extern void refine_all(Crystal **crystals, int n_crystals, -- cgit v1.2.3