summaryrefslogtreecommitdiff
path: root/linear.c
diff options
context:
space:
mode:
Diffstat (limited to 'linear.c')
-rw-r--r--linear.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linear.c b/linear.c
index 96d1a0b..300270e 100644
--- a/linear.c
+++ b/linear.c
@@ -112,7 +112,7 @@ DoLU(void)
bbase = realloc(bbase, sizeof(double) * LUARRAYROWS * (num_arrays + 1));
} while ((DoLUIteration(a, b, abase, bbase, num_arrays) <= MINIMUM_TICKS) && (num_arrays <= ARRAY_MAX));
-
+
/*
** Were we able to do it?
*/