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
b45f5a50
Commit
b45f5a50
authored
9 months ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
+ fct comments
parent
bde25165
No related branches found
No related tags found
1 merge request
!2578
cleanup in Scan context
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Sim/Scan/BeamScan.h
+1
-1
1 addition, 1 deletion
Sim/Scan/BeamScan.h
Sim/Scan/PhysicalScan.h
+1
-1
1 addition, 1 deletion
Sim/Scan/PhysicalScan.h
with
2 additions
and
2 deletions
Sim/Scan/BeamScan.h
+
1
−
1
View file @
b45f5a50
...
...
@@ -100,7 +100,7 @@ public:
static
constexpr
double
defaultInclination
=
1.
*
Units
::
deg
;
// rad
protected
:
void
copyBeamScan
(
BeamScan
*
dest
)
const
;
void
copyBeamScan
(
BeamScan
*
dest
)
const
;
//!< Used by subclass::clone
const
std
::
unique_ptr
<
Scale
>
m_axis
;
std
::
unique_ptr
<
PolFilter
>
m_pol_analyzer
;
...
...
This diff is collapsed.
Click to expand it.
Sim/Scan/PhysicalScan.h
+
1
−
1
View file @
b45f5a50
...
...
@@ -59,7 +59,7 @@ public:
size_t
nDistributionSamples
()
const
override
;
protected
:
void
copyPhysicalScan
(
PhysicalScan
*
dest
)
const
;
void
copyPhysicalScan
(
PhysicalScan
*
dest
)
const
;
//!< Used by subclass::clone
std
::
unique_ptr
<
IDistribution1D
>
m_lambda_distrib
;
std
::
unique_ptr
<
IDistribution1D
>
m_alpha_distrib
;
...
...
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