diff options
author | Thomas White <taw@physics.org> | 2012-05-18 16:30:45 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-05-18 16:30:45 +0200 |
commit | 4aa325f2d840d8a2d0eeaff3d0c72bab39b51b5e (patch) | |
tree | 0e84f2b358aedb201e0e7fd07b8b2cc14fdec328 | |
parent | 6b385f0defdd9535347896c2094e83230610b80c (diff) |
Whitespace
-rw-r--r-- | doc/man/indexamajig.1 | 1 | ||||
-rw-r--r-- | src/process_hkl.c | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/doc/man/indexamajig.1 b/doc/man/indexamajig.1 index 6d28fdc4..5bc3f7c0 100644 --- a/doc/man/indexamajig.1 +++ b/doc/man/indexamajig.1 @@ -216,7 +216,6 @@ these. The defaults are probably not appropriate for your situation. .PD The default is \fB--int-radius=4,5,7\fR. - .PD 0 .IP \fB--basename\fR .PD diff --git a/src/process_hkl.c b/src/process_hkl.c index d72a8d91..26abfd4f 100644 --- a/src/process_hkl.c +++ b/src/process_hkl.c @@ -502,8 +502,8 @@ int main(int argc, char *argv[]) hist_i = 0; merge_all(fh, model, NULL, config_startafter, config_stopafter, - sym, n_total_patterns, hist_vals, hist_h, hist_k, hist_l, - &hist_i); + sym, n_total_patterns, hist_vals, hist_h, hist_k, hist_l, + &hist_i); if ( ferror(fh) ) { ERROR("Stream read error.\n"); return 1; |