diff options
Diffstat (limited to 'src/get_hkl.c')
-rw-r--r-- | src/get_hkl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/get_hkl.c b/src/get_hkl.c index 948b88eb..f59853b6 100644 --- a/src/get_hkl.c +++ b/src/get_hkl.c @@ -123,9 +123,9 @@ static ReflItemList *twin_reflections(double *ref, ReflItemList *items, it = get_item(items, i); /* There is a many-to-one correspondence between reflections - * in the merohedral and holohedral unit cells. Do the - * calculation only once for each reflection in the holohedral - * cell, which contains fewer reflections. + * in the merohedral and holohedral groups. Do the calculation + * only once for each reflection in the holohedral group, which + * contains fewer reflections. */ get_asymm(it->h, it->k, it->l, &h, &k, &l, holo); if ( find_item(new, h, k, l) ) continue; |