sherpa is hosted by Hepforge, IPPP Durham
close Warning: Can't synchronize with repository "(default)" (/hepforge/svn/sherpa does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Initial Version and Version 1 of Ticket #279, comment 4


Ignore:
Timestamp:
Nov 1, 2013, 5:18:31 PM (11 years ago)
Author:
Frank Siegert
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #279, comment 4

    initial v1  
    11Hi Frank,
    22
    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.H
     3I 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`
    44
    55Both the following predicates needed to become const:
     6{{{
    67Flavour_Sorting_Mass::operator()
    78Flavour_Pair_Sorting_Mass::operator()
    8 
     9}}}
    910I guess you will be able to say whether this is okay or not? Normally predicates aren't supposed to change anything...
    1011