diff options
author | Thomas White <taw@physics.org> | 2015-06-19 13:30:50 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-06-19 13:30:50 +0200 |
commit | 6e4bb97d38f2d772bc92d93947725bc859840c9a (patch) | |
tree | 3b93e96d9bed9d4ebf95bdcf89310d450908027b | |
parent | a0aca50f1150a664a141ea4a39ca065aef743202 (diff) |
Remove old code/formatting
-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; |