Skip to content
GitLab
Menu
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
90754861
Commit
90754861
authored
Mar 24, 2011
by
Thomas White
Browse files
compare_hkl: Write ratios earlier
parent
71578b3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/compare_hkl.c
View file @
90754861
...
...
@@ -440,6 +440,11 @@ int main(int argc, char *argv[])
}
if
(
ratiofile
!=
NULL
)
{
write_reflist
(
ratiofile
,
ratio
,
cell
);
}
reflist_free
(
ratio
);
STATUS
(
"%i reflections in '%s' had I < 3.0*sigma(I)
\n
"
,
rej1
,
afile
);
STATUS
(
"%i reflections in '%s' had I < 3.0*sigma(I)
\n
"
,
rej2
,
bfile
);
...
...
@@ -511,9 +516,5 @@ int main(int argc, char *argv[])
cell
,
sym
,
rmin_fix
,
rmax_fix
);
}
if
(
ratiofile
!=
NULL
)
{
write_reflist
(
ratiofile
,
ratio
,
cell
);
}
return
0
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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