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
e3f98fc7
Commit
e3f98fc7
authored
Jul 03, 2012
by
Thomas White
Browse files
compare_hkl: Improve column header
parent
0fa8aa2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/compare_hkl.c
View file @
e3f98fc7
...
...
@@ -238,19 +238,19 @@ static void plot_shells(RefList *list1, RefList *list2, double scale,
switch
(
config_shells
)
{
case
R_SHELL_RSPLIT
:
fprintf
(
fh
,
"1/d centre Rsplit / %%
d (A)
\n
"
);
fprintf
(
fh
,
"1/d centre Rsplit / %%
nref
d (A)
\n
"
);
break
;
case
R_SHELL_R1I
:
fprintf
(
fh
,
"1/d centre R1(I) / %%
d (A)
\n
"
);
fprintf
(
fh
,
"1/d centre R1(I) / %%
nref
d (A)
\n
"
);
break
;
case
R_SHELL_R1F
:
fprintf
(
fh
,
"1/d centre R1(F) ign
oring -ves / %%
d (A)
\n
"
);
fprintf
(
fh
,
"1/d centre R1(F) ign
-/%% nref
d (A)
\n
"
);
break
;
default
:
fprintf
(
fh
,
"1/d centre 0.0
d (A)
\n
"
);
fprintf
(
fh
,
"1/d centre 0.0
nref
d (A)
\n
"
);
break
;
}
...
...
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