From a1cbad95de010b8e75eda82dfd15c40170574e9c Mon Sep 17 00:00:00 2001 From: Helen Ginn Date: Tue, 17 Jan 2017 14:40:56 +0000 Subject: Remove flip required for cppxfel coordinate system --- libcrystfel/src/taketwo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libcrystfel') diff --git a/libcrystfel/src/taketwo.c b/libcrystfel/src/taketwo.c index 2c6b4f06..4ee67767 100644 --- a/libcrystfel/src/taketwo.c +++ b/libcrystfel/src/taketwo.c @@ -1066,7 +1066,7 @@ global_nrlps = rlp_count; find_seed(obs_vecs, obs_vec_count, &solution); if ( solution == NULL ) return NULL; - +/* double x0 = gsl_matrix_get(solution, 0, 0); gsl_matrix_set(solution, 0, 0, -x0); @@ -1074,7 +1074,7 @@ global_nrlps = rlp_count; gsl_matrix_set(solution, 0, 1, -x1); double x2 = gsl_matrix_get(solution, 0, 2); - gsl_matrix_set(solution, 0, 2, -x2); + gsl_matrix_set(solution, 0, 2, -x2);*/ result = transform_cell_gsl(cell, solution); -- cgit v1.2.3