diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-10-12 22:05:55 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:02 +0100 |
commit | d9b6e615f7d7e2acf5506f82c7dece4a40f3f6cf (patch) | |
tree | b61080109e9fe4ee6477b907c9407ffee402743b | |
parent | 978eded5cb4077aaf0071d56b78eb170325e0ec0 (diff) |
process_hkl: Fix comment
-rw-r--r-- | src/process_hkl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process_hkl.c b/src/process_hkl.c index 1bef1a62..14acd6b9 100644 --- a/src/process_hkl.c +++ b/src/process_hkl.c @@ -255,7 +255,7 @@ static void merge_pattern(double *model, ReflItemList *observed, * "twin" is always zero if no de-twinning is performed. */ get_general_equiv(hs, ks, ls, &h, &k, &l, holo, twin); - /* Put into the asymmetric cell for the target group */ + /* Put into the asymmetric unit for the target group */ get_asymm(h, k, l, &h, &k, &l, mero); /* Read the intensity from the original location |