Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Oleksii Turkot
CrystFEL
Commits
4b22b97b
Commit
4b22b97b
authored
Nov 24, 2011
by
Thomas White
Browse files
compare_hkl: Fix Rsplit calculation
parent
0e0fd585
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/compare_hkl.c
View file @
4b22b97b
...
...
@@ -185,7 +185,7 @@ static void plot_shells(RefList *list1, RefList *list2, double scale,
case
R_SHELL_RSPLIT
:
num
[
bin
]
+=
fabs
(
i1
-
scale
*
i2
);
den
+=
i1
+
i2
;
den
+=
i1
+
scale
*
i2
;
break
;
case
R_SHELL_R1I
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment