aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-06-20 09:46:28 +0200
committerThomas White <taw@physics.org>2018-06-20 09:46:28 +0200
commit70588c863f6b3cf0655acdc3f3b98b5bb3dd132d (patch)
treeedb14f2641e385ef402b23e3b1f933f830ce117c /libcrystfel
parent24f01c37445428179ff26e1d37844ccff5c57211 (diff)
Tidy up xgandalf printfs
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/src/xgandalf.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/libcrystfel/src/xgandalf.c b/libcrystfel/src/xgandalf.c
index 69275ba7..1a46aa2b 100644
--- a/libcrystfel/src/xgandalf.c
+++ b/libcrystfel/src/xgandalf.c
@@ -93,7 +93,7 @@ int run_xgandalf(struct image *image, void *ipriv)
makeRightHanded(uc);
if (validate_cell(uc)) {
- printf("problem with returned cell!\n");
+ STATUS("Problem with returned cell!\n");
}
Crystal *cr = crystal_new();
@@ -113,8 +113,6 @@ void *xgandalf_prepare(IndexingMethod *indm,
UnitCell *cell,
struct xgandalf_options *xgandalf_opts)
{
- printf("preparing xgandalf\n");
-
struct xgandalf_private_data *xgandalf_private_data =
malloc(sizeof(struct xgandalf_private_data));
allocReciprocalPeaks(&(xgandalf_private_data->reciprocalPeaks_1_per_A));
@@ -132,9 +130,6 @@ void *xgandalf_prepare(IndexingMethod *indm,
UnitCell* primitiveCell = uncenter_cell(cell, NULL);
reduceCell(primitiveCell);
- printf("reduced cell:\n");
- cell_print(primitiveCell);
-
double asx, asy, asz, bsx, bsy, bsz, csx, csy, csz;
int ret = cell_get_reciprocal(primitiveCell, &asx, &asy, &asz,
&bsx, &bsy, &bsz,