-rw-r--r-- | src/model/selection_info.h | 7 | ||||
-rw-r--r-- | src/model/selection_info_init.c | 2 | ||||
-rw-r--r-- | src/view/exp004init.c | 1 |
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 @@ | |||
4 | #include "selection_purposes.h" | 4 | #include "selection_purposes.h" |
5 | #include <stdbool.h> | 5 | #include <stdbool.h> |
6 | 6 | ||
7 | /* | ||
8 | * Vertices in the graph. | ||
9 | */ | ||
10 | #define ROWS 83905 | ||
11 | |||
12 | typedef struct | 7 | typedef struct |
13 | { | 8 | { |
14 | 9 | ||
15 | /* | 10 | /* |
16 | * Selection list. | 11 | * Selection list. |
17 | */ | 12 | */ |
18 | bool set[ROWS]; | 13 | bool *set; |
19 | 14 | ||
20 | /* | 15 | /* |
21 | * A selection is being performed. | 16 | * A selection is being performed. |