-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/model/exp004state.h | 2 | ||||
-rw-r--r-- | src/model/map_geometry.c | 2 | ||||
-rw-r--r-- | src/util/ati_meminfo.c | 39 | ||||
-rw-r--r-- | src/util/ati_meminfo.h | 11 |
5 files changed, 54 insertions, 2 deletions
diff --git a/src/model/exp004state.h b/src/model/exp004state.h index 6473028..6f9aad7 100644 --- a/src/model/exp004state.h +++ b/src/model/exp004state.h | |||
@@ -24,7 +24,7 @@ | |||
24 | #define SELECT_COLOR_A 0.75 | 24 | #define SELECT_COLOR_A 0.75 |
25 | 25 | ||
26 | typedef enum | 26 | typedef enum |
27 | { PROTEIN_GEOMETRY, DENSITY_LEGEND_GEOMETRY, MAP_GEOMETRY } LISTS; | 27 | { PROTEIN_GEOMETRY, DENSITY_LEGEND_GEOMETRY, MAP_GEOMETRY } LISTS; |
28 | #define NUM_LISTS 2 | 28 | #define NUM_LISTS 2 |
29 | 29 | ||
30 | /* | 30 | /* |