Changeset 7752
- Timestamp:
- 25/07/11 13:18:21 (10 months ago)
- Location:
- branches/dev
- Files:
-
- 4 modified
-
EDIT4/ed4_defs.hxx (modified) (1 diff)
-
GENOM/GEN_graphic.hxx (modified) (1 diff)
-
SECEDIT/SEC_gc.hxx (modified) (1 diff)
-
SL/AP_TREE/AP_Tree.hxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/EDIT4/ed4_defs.hxx
r7751 r7752 102 102 #define CONSENSUS "Consensusfunktion" 103 103 104 #define ED4_index long 104 typedef long ED4_index; 105 105 106 106 inline int max(int x, int y) { return x>y ? x : y; } -
branches/dev/GENOM/GEN_graphic.hxx
r7751 r7752 34 34 GEN_GC_MAX = GEN_GC_FIRST_COLOR_GROUP+AW_COLOR_GROUPS 35 35 36 }; // AW_gc36 }; 37 37 38 38 enum GEN_DisplayStyle { -
branches/dev/SECEDIT/SEC_gc.hxx
r6366 r7752 51 51 52 52 SEC_GC_MAX 53 }; // AW_gc53 }; 54 54 55 55 #define SEC_GC_DATA_COUNT (SEC_GC_LAST_DATA-SEC_GC_FIRST_DATA+1) -
branches/dev/SL/AP_TREE/AP_Tree.hxx
r7749 r7752 51 51 AWT_GC_FIRST_COLOR_GROUP, 52 52 AWT_GC_MAX = AWT_GC_FIRST_COLOR_GROUP+AW_COLOR_GROUPS 53 }; // AW_gc53 }; 54 54 55 55 enum AP_STACK_MODE {
