Skip to content
Snippets Groups Projects
Commit 11185289 authored by Ludwig Jaeck's avatar Ludwig Jaeck
Browse files

rm sigma factor from cosine distribution

parent 24401044
No related branches found
No related tags found
1 merge request!1376Reintroducing some distributions to be plotted
......@@ -63,7 +63,6 @@ void DistributionSelector::createDistributionWidgets()
createMeanSpinBox(it->mean());
createSpinBox(it->sigma());
createNumSamplesSpinBox(it);
createSpinBox(it->sigmaFactor());
} else if (auto* it = dynamic_cast<DistributionGateItem*>(m_item->distributionItem())) {
auto* minSpinbox = createSpinBox(it->minimum());
auto* maxSpinbox = createSpinBox(it->maximum());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment