aboutsummaryrefslogtreecommitdiff
path: root/src/get_hkl.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-10-12 12:24:35 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:39 +0100
commitc479780bc2b15e2d095cdb13d69f372933a06597 (patch)
tree955c038795ea6bf6202352b4dd05f707c33eeb1e /src/get_hkl.c
parentc76d8e9cff69e71cbf367689be5b960368c9b921 (diff)
Add a FIXME
Diffstat (limited to 'src/get_hkl.c')
-rw-r--r--src/get_hkl.c3
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 */
+
}
}