aboutsummaryrefslogtreecommitdiff
path: root/src/process_hkl.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-03-06 16:10:53 +0100
committerThomas White <taw@physics.org>2012-03-06 16:10:53 +0100
commitd21f2eb608431cd11b93aa96de3c792713829b44 (patch)
tree4cd0cf3c4e7efd52d58ecad38b1a1b35b92d4508 /src/process_hkl.c
parent3710defb709b7ab33ae7849873c4fb62de96e138 (diff)
Don't include 1/d in reflection lists, because it's pointless
Diffstat (limited to 'src/process_hkl.c')
-rw-r--r--src/process_hkl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process_hkl.c b/src/process_hkl.c
index fb0f7fa4..05c5e059 100644
--- a/src/process_hkl.c
+++ b/src/process_hkl.c
@@ -617,7 +617,7 @@ int main(int argc, char *argv[])
hist_nbins);
}
- write_reflist(output, model, NULL);
+ write_reflist(output, model);
fclose(fh);