From 6e4bb97d38f2d772bc92d93947725bc859840c9a Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 19 Jun 2015 13:30:50 +0200 Subject: Remove old code/formatting --- src/partialator.c | 1 - src/post-refinement.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/partialator.c b/src/partialator.c index 9156536c..9532e92e 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -472,7 +472,6 @@ int main(int argc, char *argv[]) {"output", 1, NULL, 'o'}, {"symmetry", 1, NULL, 'y'}, {"iterations", 1, NULL, 'n'}, - {"reference", 1, NULL, 'r'}, {"model", 1, NULL, 'm'}, {"min-measurements", 1, NULL, 2}, diff --git a/src/post-refinement.c b/src/post-refinement.c index ccf010e2..416304ab 100644 --- a/src/post-refinement.c +++ b/src/post-refinement.c @@ -547,7 +547,7 @@ static double residual(Crystal *cr, const RefList *full, int verbose, int free) struct prdata pr_refine(Crystal *cr, const RefList *full, - PartialityModel pmodel, int no_scale) + PartialityModel pmodel, int no_scale) { int i; int verbose = 0; -- cgit v1.2.3