diff options
author | Thomas White <taw@physics.org> | 2018-05-02 11:59:48 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-05-02 14:39:59 +0200 |
commit | 928bb3071bb73650404161481d450d09ed25ae9a (patch) | |
tree | feddf6a04998d87d48028b89f90dd0f75c8e7a65 /src/scaling.h | |
parent | 5996d68002f2f82393d7253b03eb283dd14746b1 (diff) |
Remove scale_all_to_reference
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 514bee03..2161f69c 100644 --- a/src/scaling.h +++ b/src/scaling.h @@ -46,7 +46,4 @@ extern int linear_scale(const RefList *list1, const RefList *list2, double *G, extern void scale_all(Crystal **crystals, int n_crystals, int nthreads); -extern void scale_all_to_reference(Crystal **crystals, int n_crystals, - RefList *reference, int nthreads); - #endif /* SCALING_H */ |