Skip to content
Snippets Groups Projects
Commit b67c6ee2 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

DpSim distr: wavelength via scan

parent 9d1f8e26
No related branches found
No related tags found
1 merge request!1443last cleanup before attacking distributions?
Pipeline #91698 passed
...@@ -74,7 +74,7 @@ void DepthprobeSimulation::initDistributionHandler() ...@@ -74,7 +74,7 @@ void DepthprobeSimulation::initDistributionHandler()
break; break;
case ParameterDistribution::BeamWavelength: case ParameterDistribution::BeamWavelength:
distributionHandler().defineCallbackForDistribution( distributionHandler().defineCallbackForDistribution(
&distribution, [&](double d) { m_beam->setWavelength(d); }); &distribution, [&](double d) { m_scan->setWavelength(d); });
break; break;
default: default:
ASSERT(false); ASSERT(false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment