Changes between Initial Version and Version 1 of Ticket #279, comment 4
- Timestamp:
- Nov 1, 2013, 5:18:31 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #279, comment 4
initial v1 1 1 Hi Frank, 2 2 3 I got it to compile in the end. I'll test it in a minute. But the required changes to achieve compilation are in AHADIC++/Tools/Transitions.H3 I got it to compile in the end. I'll test it in a minute. But the required changes to achieve compilation are in `AHADIC++/Tools/Transitions.H` 4 4 5 5 Both the following predicates needed to become const: 6 {{{ 6 7 Flavour_Sorting_Mass::operator() 7 8 Flavour_Pair_Sorting_Mass::operator() 8 9 }}} 9 10 I guess you will be able to say whether this is okay or not? Normally predicates aren't supposed to change anything... 10 11