summaryrefslogtreecommitdiffstats
Side-by-side diff
-rw-r--r--src/model/selection_info.h7
-rw-r--r--src/model/selection_info_init.c2
-rw-r--r--src/view/exp004init.c1
3 files changed, 3 insertions, 7 deletions
diff --git a/src/model/selection_info.h b/src/model/selection_info.h
index ccd3f7a..73a1c34 100644
--- a/src/model/selection_info.h
+++ b/src/model/selection_info.h
@@ -4,18 +4,13 @@
#include "selection_purposes.h"
#include <stdbool.h>
-/*
- * Vertices in the graph.
- */
-#define ROWS 83905
-
typedef struct
{
/*
* Selection list.
*/
- bool set[ROWS];
+ bool *set;
/*
* A selection is being performed.

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.