diff options
-rw-r--r-- | src/partialator.c | 1 | ||||
-rw-r--r-- | src/post-refinement.c | 2 |
2 files changed, 1 insertions, 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; |