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
368030b0
Commit
368030b0
authored
Oct 22, 2019
by
Thomas White
Browse files
Add more warnings
parent
e5bd22e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
libcrystfel/src/index.c
View file @
368030b0
...
...
@@ -583,6 +583,8 @@ static int check_cell(IndexingFlags flags, Crystal *cr, UnitCell *target,
/* Check at all? */
if
(
!
(
flags
&
INDEXING_CHECK_CELL
)
)
return
0
;
if
(
!
right_handed
(
target
)
)
STATUS
(
"WARNING: reference cell is left handed
\n
"
);
if
(
!
right_handed
(
crystal_get_cell
(
cr
))
)
STATUS
(
"WARNING: unmatched cell is left handed
\n
"
);
out
=
compare_reindexed_cell_parameters
(
crystal_get_cell
(
cr
),
target
,
tolerance
,
&
rm
);
...
...
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