Skip to content

Commit

Permalink
Included MarleyCrossSection
Browse files Browse the repository at this point in the history
  • Loading branch information
marichavest committed Oct 2, 2024
1 parent 72e7604 commit 3f8b488
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/interactions/private/pybindings/interactions.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include "./NeutrissimoDecay.h"
#include "./InteractionCollection.h"
#include "./DummyCrossSection.h"
#include "./MarleyCrossSection.h"

#include <pybind11/pybind11.h>
#include <pybind11/operators.h>
Expand All @@ -42,4 +43,5 @@ PYBIND11_MODULE(interactions,m) {
register_NeutrissimoDecay(m);
register_InteractionCollection(m);
register_DummyCrossSection(m);
register_MarleyCrossSection(m);
}

0 comments on commit 3f8b488

Please sign in to comment.