From f3ee6ff395edd10a764347e5f54be9ce57817faf Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 11 Jul 2011 10:19:27 +0200 Subject: Update comments --- src/statistics.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/statistics.c b/src/statistics.c index 0a776215..d9652ece 100644 --- a/src/statistics.c +++ b/src/statistics.c @@ -54,8 +54,7 @@ enum { /* Return the least squares optimal scaling factor when comparing intensities. - * list1,arr2 are the two intensity lists to compare. "items" is a ReflItemList - * containing the reflections which should be taken into account. + * list1,arr2 are the two intensity lists to compare. */ double stat_scale_intensity(RefList *list1, double *arr2) { @@ -89,8 +88,7 @@ double stat_scale_intensity(RefList *list1, double *arr2) * roots of the intensities (i.e. one approximation to the structure factor * moduli). * list1,arr2 are the two intensity lists to compare (they contain intensities, - * not square rooted intensities). "items" is a ReflItemList containing the - * reflections which should be taken into account. + * not square rooted intensities). */ static double stat_scale_sqrti(RefList *list1, double *arr2) { -- cgit v1.2.3