diff --git a/Kassiopeia/Bindings/Interactions/Source/KSIntScatteringBuilder.cxx b/Kassiopeia/Bindings/Interactions/Source/KSIntScatteringBuilder.cxx index b4a808dc..d03f3909 100644 --- a/Kassiopeia/Bindings/Interactions/Source/KSIntScatteringBuilder.cxx +++ b/Kassiopeia/Bindings/Interactions/Source/KSIntScatteringBuilder.cxx @@ -5,6 +5,7 @@ #include "KSIntCalculatorHydrogenBuilder.h" #include "KSIntCalculatorIonBuilder.h" #include "KSIntCalculatorKESSBuilder.h" +#include "KSIntCalculatorMottBuilder.h" #include "KSIntDensityConstantBuilder.h" #include "KSRootBuilder.h" @@ -32,5 +33,6 @@ STATICINT sKSIntScatteringStructure = KSIntScatteringBuilder::ComplexElement("calculator_hydrogen") + KSIntScatteringBuilder::ComplexElement("calculator_ion") + KSIntScatteringBuilder::ComplexElement("calculator_argon") + - KSIntScatteringBuilder::ComplexElement("calculator_kess"); + KSIntScatteringBuilder::ComplexElement("calculator_kess") + + KSIntScatteringBuilder::ComplexElement("calculator_mott"); } // namespace katrin