aboutsummaryrefslogtreecommitdiff
path: root/src/post-refinement.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-02-27 17:03:47 +0100
committerThomas White <taw@physics.org>2018-02-27 17:12:42 +0100
commit06bf0f4ec243686a14c51b48a6ebd19888a49a6f (patch)
tree64c06227f8a46a8e6c698d5ea888fbd143699681 /src/post-refinement.h
parentbd5d2ec01be4aef4731498424fe777e3cdb797ef (diff)
Write logs for test program
Diffstat (limited to 'src/post-refinement.h')
-rw-r--r--src/post-refinement.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/post-refinement.h b/src/post-refinement.h
index a27127ff..e2416a23 100644
--- a/src/post-refinement.h
+++ b/src/post-refinement.h
@@ -76,4 +76,7 @@ extern double gradient(Crystal *cr, int k, Reflection *refl,
extern double residual(Crystal *cr, const RefList *full, int free,
int *pn_used, const char *filename, int complain);
+extern void write_test_logs(Crystal *crystal, const RefList *full,
+ signed int cycle, int serial);
+
#endif /* POST_REFINEMENT_H */