diff options
author | Thomas White <taw@physics.org> | 2011-07-11 10:19:27 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:32 +0100 |
commit | f3ee6ff395edd10a764347e5f54be9ce57817faf (patch) | |
tree | 600a81eaaa6826e6607d53526d132fc920d0220f /src | |
parent | 7bea9588b976cc24a3906994f884807a269ece27 (diff) |
Update comments
Diffstat (limited to 'src')
-rw-r--r-- | src/statistics.c | 6 |
1 files changed, 2 insertions, 4 deletions
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) { |