diff options
author | Thomas White <taw@physics.org> | 2010-07-14 16:18:58 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:53 +0100 |
commit | 6a476e010468f27e02df6bb90a1ea197bd9d039d (patch) | |
tree | d3edead6940f8845be01a1c8ea30cb6912f9e57b /src/likelihood.c | |
parent | d8c885d3057a05cbb7f3104540f61699d6ef075b (diff) |
process_hkl: Restructure and remove all intensity analysis stuff
Diffstat (limited to 'src/likelihood.c')
-rw-r--r-- | src/likelihood.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/likelihood.c b/src/likelihood.c index 417ebea3..b6a37994 100644 --- a/src/likelihood.c +++ b/src/likelihood.c @@ -17,12 +17,6 @@ #include "statistics.h" #include "utils.h" -void detwin_intensities(const double *model, double *new_pattern, - const unsigned int *model_counts, - ReflItemList *items) -{ - /* Placeholder... */ -} void scale_intensities(const double *model, double *new_pattern, const unsigned int *model_counts, |