aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src
diff options
context:
space:
mode:
authorHelen Ginn <ginn@rescomp1.(none)>2017-01-17 14:40:56 +0000
committerHelen Ginn <ginn@rescomp1.(none)>2017-01-17 14:40:56 +0000
commita1cbad95de010b8e75eda82dfd15c40170574e9c (patch)
treee8e5027fe3f94c8b746a9c430e355882f2b4335e /libcrystfel/src
parent479077487c65a1e4264a28019c9079d00f00d8c6 (diff)
Remove flip required for cppxfel coordinate system
Diffstat (limited to 'libcrystfel/src')
-rw-r--r--libcrystfel/src/taketwo.c4
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);