aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/integration.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-11-22 23:52:08 -0800
committerThomas White <taw@physics.org>2013-11-23 02:52:52 -0800
commita3ba3943e966461d7f7f8f1c956159b5794e600e (patch)
treeba00e335685d7827ae07b87eb649641e0da344ff /libcrystfel/src/integration.c
parent6647299adac4cf4fa4ebda5c9bd00773efab18e3 (diff)
Don't call resolution_cutoff()
Diffstat (limited to 'libcrystfel/src/integration.c')
-rw-r--r--libcrystfel/src/integration.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcrystfel/src/integration.c b/libcrystfel/src/integration.c
index 3746d3a8..3111d345 100644
--- a/libcrystfel/src/integration.c
+++ b/libcrystfel/src/integration.c
@@ -1793,8 +1793,8 @@ void integrate_all(struct image *image, IntegrationMethod meth,
}
/* Set resolution limit */
- resolution_cutoff(crystal_get_reflections(image->crystals[i]),
- crystal_get_cell(image->crystals[i]));
+ //resolution_cutoff(crystal_get_reflections(image->crystals[i]),
+ // crystal_get_cell(image->crystals[i]));
}