diff options
author | Helen Ginn <ginn@rescomp1.(none)> | 2017-01-17 14:40:56 +0000 |
---|---|---|
committer | Helen Ginn <ginn@rescomp1.(none)> | 2017-01-17 14:40:56 +0000 |
commit | a1cbad95de010b8e75eda82dfd15c40170574e9c (patch) | |
tree | e8e5027fe3f94c8b746a9c430e355882f2b4335e /libcrystfel | |
parent | 479077487c65a1e4264a28019c9079d00f00d8c6 (diff) |
Remove flip required for cppxfel coordinate system
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/src/taketwo.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |