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

Merge branch 'roughnessbug' into develop

parents 1ff0f8b5 cd0d7cc6
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,7 @@ void MultiLayerRoughnessDWBASimulation::runProtected()
double MultiLayerRoughnessDWBASimulation::evaluate(const SimulationElement& sim_element)
{
if (sim_element.getAlphaMean()<0.0) return 0.0;
kvector_t q = sim_element.getMeanQ();
double wavelength = sim_element.getWavelength();
double autocorr(0.0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment