HomeHEPForge
Diffusion HEJ 2cc3cccd95c0

Merge branch '54-split-currents-cc-into-two-files' into 'master'

Description

Merge branch '54-split-currents-cc-into-two-files' into 'master'

Resolve "Split currents.cc into multiple files"

Closes #54

With this merge request we have changed the structure of the code from:

mermaid 
graph TD; currents.hh-->currents.cc;

To the following:

mermaid 
graph TD; Wjets.hh-->Wjets.cc; Hjets.hh-->Hjets.cc; jets.hh-->jets.cc; jets.hh-->Hjets.cc;jets.hh-->Wjets.cc;

See merge request hej/HEJ!64

Details

Provenance
hejAuthored on Jul 16 2019, 3:35 PM
hejPushed on Jan 14 2021, 6:07 PM
Parents
rHEJa18e3d6bbd29: Reimplemented changes from commit: 4a15150445f2cc8311318cc9e3aef432348cf4af…
rHEJ4a15150445f2: Cleanup in doxumentation
Branches
Unknown
Tags
Unknown

Merged Changes