diff options
author | Thomas White <taw@physics.org> | 2018-05-02 17:41:47 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-05-07 10:08:02 +0200 |
commit | 5790b06b2e0080c48e1e9a33eb0b43914f2b5824 (patch) | |
tree | f8c81f623aca9ca797ed85ec7fd7c648859e7287 /src/scaling.h | |
parent | 294965d42b309e98c8952d3a5dea753af21713a6 (diff) |
Move residual() and log_residual() to merge.c
Diffstat (limited to 'src/scaling.h')
-rw-r--r-- | src/scaling.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/scaling.h b/src/scaling.h index 25aca31e..b6958b6c 100644 --- a/src/scaling.h +++ b/src/scaling.h @@ -43,9 +43,6 @@ enum ScaleFlags SCALE_NO_B, /* Don't use Debye-Waller part */ }; -extern double log_residual(Crystal *cr, const RefList *full, int free, - int *pn_used, const char *filename); - extern int scale_one(const RefList *list1, const RefList *list2, int flags, double *G, double *B); |