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

[m.0] Reword SLD option (#1103) (Closes #1103)

Merging branch 'm.0'  into 'main'.

See merge request !2867
parents e6d93c83 a6a751b6
No related branches found
No related tags found
1 merge request!2867Reword SLD option (#1103)
Pipeline #187512 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