aboutsummaryrefslogtreecommitdiff
path: root/src/post-refinement.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-05-02 17:41:47 +0200
committerThomas White <taw@physics.org>2018-05-07 10:08:02 +0200
commit5790b06b2e0080c48e1e9a33eb0b43914f2b5824 (patch)
treef8c81f623aca9ca797ed85ec7fd7c648859e7287 /src/post-refinement.h
parent294965d42b309e98c8952d3a5dea753af21713a6 (diff)
Move residual() and log_residual() to merge.c
Diffstat (limited to 'src/post-refinement.h')
-rw-r--r--src/post-refinement.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/post-refinement.h b/src/post-refinement.h
index b8923d2c..71a6d7f3 100644
--- a/src/post-refinement.h
+++ b/src/post-refinement.h
@@ -73,9 +73,6 @@ extern void write_specgraph(Crystal *crystal, const RefList *full,
extern double gradient(Crystal *cr, int k, Reflection *refl,
PartialityModel pmodel);
-extern double residual(Crystal *cr, const RefList *full, int free,
- int *pn_used, const char *filename);
-
extern void write_test_logs(Crystal *crystal, const RefList *full,
signed int cycle, int serial);