Skip to content

Commit

Permalink
Minor edits to bindings.
Browse files Browse the repository at this point in the history
  • Loading branch information
pslocum committed Nov 19, 2024
1 parent d6b61e2 commit 07fa6a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ STATICINT sKSIntCalculatorMottStructure = KSIntCalculatorMottBuilder::Attribute<
KSIntCalculatorMottBuilder::Attribute<std::string>("nucleus");

STATICINT sToolboxKSIntCalculatorMott =
KSRootBuilder::ComplexElement<KSIntCalculatorMott>("ksint_calculator_mott");
KSRootBuilder::ComplexElement<KSIntCalculatorMott>("calculator_mott");
} // namespace katrin
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "KSIntCalculatorHydrogenBuilder.h"
#include "KSIntCalculatorIonBuilder.h"
#include "KSIntCalculatorKESSBuilder.h"
#include "KSIntCalculatorMottBuilder.h"
#include "KSIntDensityConstantBuilder.h"
#include "KSRootBuilder.h"

Expand Down Expand Up @@ -32,5 +33,6 @@ STATICINT sKSIntScatteringStructure =
KSIntScatteringBuilder::ComplexElement<KSIntCalculatorHydrogenSet>("calculator_hydrogen") +
KSIntScatteringBuilder::ComplexElement<KSIntCalculatorIon>("calculator_ion") +
KSIntScatteringBuilder::ComplexElement<KSIntCalculatorArgonSet>("calculator_argon") +
KSIntScatteringBuilder::ComplexElement<KSIntCalculatorKESSSet>("calculator_kess");
KSIntScatteringBuilder::ComplexElement<KSIntCalculatorKESSSet>("calculator_kess") +
KSIntScatteringBuilder::ComplexElement<KSIntCalculatorMott>("calculator_mott");
} // namespace katrin

0 comments on commit 07fa6a9

Please sign in to comment.