aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ipr.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ipr.c b/src/ipr.c
index 0054219..aadc75c 100644
--- a/src/ipr.c
+++ b/src/ipr.c
@@ -186,10 +186,7 @@ static Basis *ipr_choose_initial_basis(ControlContext *ctx) {
}
-/* Start with the shortest vector
- * Add it to a list, find out which of the three vectors, when added to the current length,
- * produces the minimum length resultant. Repeat. Hence determine the order in which
- * reflections should be measured. */
+/* Generate list of reflections to analyse */
static ReflectionContext *ipr_generate(ControlContext *ctx, Basis *basis) {
ReflectionContext *ordered;