Skip to content
Snippets Groups Projects
Commit 10006522 authored by Roman Tolchenov's avatar Roman Tolchenov
Browse files

Re #6391. Fix clang format.

parent 95f51eab
No related branches found
No related tags found
No related merge requests found
......@@ -341,8 +341,8 @@ void Fit::execConcrete() {
}
m_domainCreator->separateCompositeMembersInOutput(unrollComposites,
convolveMembers);
m_domainCreator->createOutputWorkspace(baseName, m_function, costFunc->getDomain(),
costFunc->getValues());
m_domainCreator->createOutputWorkspace(
baseName, m_function, costFunc->getDomain(), costFunc->getValues());
}
}
......
......@@ -207,8 +207,7 @@ void FitOptionsBrowser::createCommonProperties() {
m_intManager->setValue(m_peakRadius, 0);
m_intManager->setMinimum(m_peakRadius, 0);
m_browser->addProperty(m_peakRadius);
addProperty("PeakRadius", m_peakRadius,
&FitOptionsBrowser::getIntProperty,
addProperty("PeakRadius", m_peakRadius, &FitOptionsBrowser::getIntProperty,
&FitOptionsBrowser::setIntProperty);
}
}
......
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