diff options
Diffstat (limited to 'src/get_hkl.c')
-rw-r--r-- | src/get_hkl.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/get_hkl.c b/src/get_hkl.c index 1f211597..7d3b5181 100644 --- a/src/get_hkl.c +++ b/src/get_hkl.c @@ -275,6 +275,9 @@ static RefList *expand_reflections(RefList *in, const SymOpList *target, new = add_refl(out, he, ke, le); copy_data(new, refl); + /* FIXME: Make phase negative if the reflection is + * separated from the original via an inversion */ + } } |