From f2473f3f3c29b6d4b1193393c77ca4d21921be4e Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 8 Jul 2011 17:56:15 +0200 Subject: Add scaling report skeleton --- src/partialator.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/partialator.c') diff --git a/src/partialator.c b/src/partialator.c index b3d40b02..97c10a7b 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -36,6 +36,7 @@ #include "hrs-scaling.h" #include "reflist.h" #include "reflist-utils.h" +#include "scaling-report.h" static void show_help(const char *s) @@ -357,7 +358,6 @@ int main(int argc, char *argv[]) ERROR("Failed to open input file '%s'\n", infile); return 1; } - free(infile); /* Sanitise output filename */ if ( outfile == NULL ) { @@ -544,6 +544,8 @@ int main(int argc, char *argv[]) /* Output results */ write_reflist(outfile, full, images[0].indexed_cell); + scaling_report("scaling-report.pdf", images, n_usable_patterns, infile); + /* Clean up */ for ( i=0; i