From 928bb3071bb73650404161481d450d09ed25ae9a Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 2 May 2018 11:59:48 +0200 Subject: Remove scale_all_to_reference --- src/scaling.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/scaling.h') 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 */ -- cgit v1.2.3