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
6fc63aea
Commit
6fc63aea
authored
Dec 04, 2012
by
Thomas White
Browse files
get_hkl: Fix a segfault
parent
9e296d9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/get_hkl.c
View file @
6fc63aea
...
...
@@ -537,6 +537,12 @@ int main(int argc, char *argv[])
RefList
*
new
;
/* Can't do this if point group is invalid */
if
(
mero
==
NULL
)
{
ERROR
(
"Need point group to trim centrics.
\n
"
);
return
1
;
}
STATUS
(
"Trimming duplicate reflections in %s
\n
"
,
symmetry_name
(
mero
));
new
=
trim_centrics
(
input
,
mero
);
...
...
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