Skip to content
Snippets Groups Projects

GUI: interfaces and argument types: DoubleDescriptor ---> DoubleProperty

Merged Mikhail Svechnikov requested to merge from_DoubleDescriptor_6 into main
All threads resolved!
6 files
+ 17
21
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -228,8 +228,7 @@ void ParameterTreeBuilder::addInterference(ParameterLabelItem* layoutLabel,
auto* dfLabel = addLabel<Profile2DItemCatalog>(label, "Decay function", df);
for (const auto& d : df->valueDescriptors())
addParameterItem(dfLabel, d);
} else if (auto* itf =
dynamic_cast<InterferenceFinite2DLatticeItem*>(interference)) {
} else if (auto* itf = dynamic_cast<InterferenceFinite2DLatticeItem*>(interference)) {
// domainSize1 and domainSize2 are of type UInt (not matching the double approach for tuning
// and fitting). In BornAgain 1.18 these values have not been added to the tuning tree, and
// also not to the fitting parameters. Maybe this should be necessary, but for now this
Loading