aboutsummaryrefslogtreecommitdiff
path: root/src/partialator.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-03-16 18:23:48 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:20 +0100
commit86e621ad289638d7bf1440092cffd4c2ac64f982 (patch)
tree0abc051952d4d7d581bfe7b2d7403972ebd7327f /src/partialator.c
parenteaee0f6415b06f40ff7f477328f9f26f01c4d7ec (diff)
Remove old reflections.h
Diffstat (limited to 'src/partialator.c')
-rw-r--r--src/partialator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/partialator.c b/src/partialator.c
index 88926582..553a216a 100644
--- a/src/partialator.c
+++ b/src/partialator.c
@@ -26,7 +26,6 @@
#include "utils.h"
#include "hdf5-file.h"
#include "symmetry.h"
-#include "reflections.h"
#include "stream.h"
#include "geometry.h"
#include "peaks.h"
@@ -35,6 +34,7 @@
#include "post-refinement.h"
#include "hrs-scaling.h"
#include "reflist.h"
+#include "reflist-utils.h"
static void show_help(const char *s)
@@ -418,7 +418,7 @@ int main(int argc, char *argv[])
}
/* Output results */
- write_reflections(outfile, obs, I_full, NULL, NULL, cts, NULL);
+ //write_reflist(outfile, obs, I_full, NULL, NULL, cts, NULL);
/* Clean up */
for ( i=0; i<n_total_patterns; i++ ) {