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
a26436c3
Commit
a26436c3
authored
4 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
+ separator
parent
0e2b162c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Sample/Processed/ProcessedLayout.cpp
+4
-0
4 additions, 0 deletions
Sample/Processed/ProcessedLayout.cpp
with
4 additions
and
0 deletions
Sample/Processed/ProcessedLayout.cpp
+
4
−
0
View file @
a26436c3
...
@@ -35,6 +35,10 @@ void ScaleRegionMap(std::map<size_t, std::vector<HomogeneousRegion>>& region_map
...
@@ -35,6 +35,10 @@ void ScaleRegionMap(std::map<size_t, std::vector<HomogeneousRegion>>& region_map
}
}
}
// namespace
}
// namespace
// ************************************************************************** //
// class ProcessedLayout
// ************************************************************************** //
ProcessedLayout
::
ProcessedLayout
(
const
ParticleLayout
&
layout
,
const
std
::
vector
<
Slice
>&
slices
,
ProcessedLayout
::
ProcessedLayout
(
const
ParticleLayout
&
layout
,
const
std
::
vector
<
Slice
>&
slices
,
double
z_ref
,
const
IFresnelMap
*
p_fresnel_map
,
bool
polarized
)
double
z_ref
,
const
IFresnelMap
*
p_fresnel_map
,
bool
polarized
)
:
m_fresnel_map
(
p_fresnel_map
),
m_polarized
(
polarized
)
:
m_fresnel_map
(
p_fresnel_map
),
m_polarized
(
polarized
)
...
...
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