Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
a6a751b6
Commit
a6a751b6
authored
1 month ago
by
Mikhail Svechnikov
Browse files
Options
Downloads
Patches
Plain Diff
reword option
parent
e6d93c83
No related branches found
Branches containing commit
No related tags found
1 merge request
!2867
Reword SLD option (#1103)
Pipeline
#187511
passed
1 month ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GUI/View/View/SimulationView.cpp
+2
-1
2 additions, 1 deletion
GUI/View/View/SimulationView.cpp
with
2 additions
and
1 deletion
GUI/View/View/SimulationView.cpp
+
2
−
1
View file @
a6a751b6
...
...
@@ -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
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment