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
3815343a
Commit
3815343a
authored
Aug 26, 2010
by
Thomas White
Browse files
compare_hkl: Don't crash if no point group given
parent
3da08caf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/compare_hkl.c
View file @
3815343a
...
...
@@ -95,6 +95,10 @@ int main(int argc, char *argv[])
return
1
;
}
if
(
sym
==
NULL
)
{
sym
=
strdup
(
"1"
);
}
afile
=
strdup
(
argv
[
optind
++
]);
bfile
=
strdup
(
argv
[
optind
]);
...
...
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