aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/src/xds.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/libcrystfel/src/xds.c b/libcrystfel/src/xds.c
index c3be1e5c..646561ca 100644
--- a/libcrystfel/src/xds.c
+++ b/libcrystfel/src/xds.c
@@ -637,14 +637,6 @@ void *xds_prepare(IndexingMethod *indm, UnitCell *cell,
return NULL;
}
- if ( ((*indm & INDEXING_USE_CELL_PARAMETERS)
- || (*indm & INDEXING_USE_LATTICE_TYPE)))
- {
- ERROR("The cell from xds-cell or xds-latt may have had"
- " its axes permuted from the cell you provided. If this"
- " is a problem, consider using xds-cell.\n");
- }
-
xp = calloc(1, sizeof(*xp));
if ( xp == NULL ) return NULL;