summaryrefslogtreecommitdiffstats
Unidiff
-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 @@
4#include "selection_purposes.h"4#include "selection_purposes.h"
5#include <stdbool.h>5#include <stdbool.h>
66
7/*
8 * Vertices in the graph.
9 */
10#define ROWS 83905
11
12typedef struct7typedef struct
13{8{
149
15 /*10 /*
16 * Selection list.11 * Selection list.
17 */12 */
18 bool set[ROWS];13 bool *set;
1914
20 /*15 /*
21 * A selection is being performed.16 * A selection is being performed.

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.