Skip to content
Snippets Groups Projects
Commit 58753d6d authored by Mikhail Svechnikov's avatar Mikhail Svechnikov
Browse files

fix img3d

parent dac3389c
No related branches found
No related tags found
1 merge request!2715Replace single crossCorrelationLength parameter by CrosscorrelationModel individual for each interface
......@@ -105,6 +105,9 @@ std::unique_ptr<const double2d_t> layerRoughnessMap(const LayerItem& layerItem,
autocorrelation = std::make_unique<K_CorrelationModel>(
br->sigma().dVal(), br->hurst().dVal(), br->lateralCorrelationLength().dVal());
if (!autocorrelation)
return result;
auto roughness = LayerRoughness(autocorrelation.get(), interlayer.get());
if (roughness.sigma() == 0)
return result;
......
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