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 /src/post-refinement.c | |
parent | a0aca50f1150a664a141ea4a39ca065aef743202 (diff) |
Remove old code/formatting
Diffstat (limited to 'src/post-refinement.c')
-rw-r--r-- | src/post-refinement.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |