Skip to content
Snippets Groups Projects
Commit e9425d2a authored by Van Herck, Walter's avatar Van Herck, Walter
Browse files

Fix compilation error

parent 46866b30
No related branches found
No related tags found
No related merge requests found
...@@ -177,7 +177,6 @@ void FitTools::onError(const QString &text) ...@@ -177,7 +177,6 @@ void FitTools::onError(const QString &text)
void FitTools::onUpdatePlots(OutputData<double> *sim, OutputData<double> *) void FitTools::onUpdatePlots(OutputData<double> *sim, OutputData<double> *)
{ {
Q_UNUSED(chi2);
// hack to preserve axis information // hack to preserve axis information
auto data = m_currentJobItem->getIntensityDataItem()->getOutputData()->clone(); auto data = m_currentJobItem->getIntensityDataItem()->getOutputData()->clone();
data->setRawDataVector(sim->getRawDataVector()); data->setRawDataVector(sim->getRawDataVector());
......
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