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
5ae3043d
Commit
5ae3043d
authored
May 12, 2020
by
Thomas White
Browse files
Add missing newline in error message
parent
8f2d45bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
libcrystfel/src/cell-utils.c
View file @
5ae3043d
...
...
@@ -1966,7 +1966,7 @@ IntegerMatrix *reduce_g6(struct g6 g, double epsrel)
}
if
(
ijk
[
0
]
*
ijk
[
1
]
*
ijk
[
2
]
<
0
)
{
if
(
z
==
4
)
{
ERROR
(
"No element in reduction step 4"
);
ERROR
(
"No element in reduction step 4
\n
"
);
abort
();
}
ijk
[
z
]
=
-
1
;
...
...
Write
Preview
Markdown
is supported
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