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
Merge requests
!1350
Restore intensity variable to scans (
#433
)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Restore intensity variable to scans (
#433
)
i433a
into
main
Overview
0
Commits
6
Pipelines
2
Changes
7
Merged
Wuttke, Joachim
requested to merge
i433a
into
main
2 years ago
Overview
0
Commits
6
Pipelines
2
Changes
7
Expand
This resolves
#433 (closed)
.
0
0
Merge request reports
Viewing commit
47b4a962
Show latest version
7 files
+
9
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
47b4a962
transmit intensity in clone fcts; add test
· 47b4a962
Wuttke, Joachim
authored
2 years ago
Sim/Scan/AlphaScan.cpp
+
1
−
0
Options
@@ -54,6 +54,7 @@ AlphaScan::AlphaScan(int nbins, double alpha_i_min, double alpha_i_max)
AlphaScan
*
AlphaScan
::
clone
()
const
{
auto
*
result
=
new
AlphaScan
(
*
m_axis
);
result
->
setIntensity
(
intensity
());
result
->
setFootprintFactor
(
m_footprint
.
get
());
if
(
m_lambda_distrib
)
Loading