HomeHEPForge

Fix clang error regarding friend declarations

Description

Fix clang error regarding friend declarations

Error was:
friend declaration specifying a default argument must be a definition

Fixed by adding declarations outside class with default values and
removing the default values from the friend declarations inside the
class.

Details

Provenance
tlathamAuthored on May 20 2019, 4:53 PM
tlathamPushed on May 20 2019, 4:56 PM
Parents
rEVTGENd17193227145: Fix infinite loop during initialisation of the EvtBTo3hCP model.
Branches
Unknown
Tags
Unknown
Tasks
T13: Modernize EvtGen