aboutsummaryrefslogtreecommitdiff
path: root/src/post-refinement.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/post-refinement.h')
-rw-r--r--src/post-refinement.h10
1 files changed, 10 insertions, 0 deletions
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,