diff options
author | Thomas White <taw@physics.org> | 2017-09-21 16:18:11 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2017-09-21 16:18:11 +0200 |
commit | bd5585847aea5f55fc33cd8a40ba9ffd8b7f425f (patch) | |
tree | 01f6d0cd6f8e46f814db5a2e9426acc43f9f2acd | |
parent | 1ce17fdb40c753969b0a284765db492c7217a3e2 (diff) |
Remove old warning for XDS indexing
-rw-r--r-- | libcrystfel/src/xds.c | 8 |
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; |