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

reword option

parent e6d93c83
No related branches found
No related tags found
1 merge request!2867Reword SLD option (#1103)
Pipeline #187511 passed
......@@ -53,7 +53,8 @@ SimulationView::SimulationView()
g2->body()->setLayout(l2);
// layer material
m_use_avge_material_check = new QCheckBox("Correct scattering-length density for particles");
m_use_avge_material_check =
new QCheckBox("Use averaged scattering-length density for layers with particles");
m_use_avge_material_check->setToolTip(
"If checked, then the scattering-length density (SLD) for each layer or slice is computed\n"
" by averaging the SLD of the layer material and the SLD of any embedded particle.\n"
......
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