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

fix correlation function name

parent 3cc85e5a
No related branches found
No related tags found
1 merge request!2703Allow changing roughness height statistics in GUI
......@@ -38,7 +38,7 @@ UiInfo RoughnessCatalog::uiInfo(Type type)
case Type::None:
return {"None", "", ""};
case Type::Basic:
return {"Basic", "Stretched exponential lateral correlation function", ""};
return {"Basic", "Fractal lateral correlation function", ""};
}
ASSERT_NEVER;
}
......
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