Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
S
src
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
71
Issues
71
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OPAL
src
Commits
b9122aa2
Commit
b9122aa2
authored
Jun 03, 2015
by
kraus
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
8ebeebf4
7f6f2d6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
src/Structure/H5PartWrapperForPS.cpp
src/Structure/H5PartWrapperForPS.cpp
+2
-3
No files found.
src/Structure/H5PartWrapperForPS.cpp
View file @
b9122aa2
...
...
@@ -234,9 +234,8 @@ void H5PartWrapperForPS::writeStep(PartBunch& bunch, const std::map<std::string,
void
H5PartWrapperForPS
::
writeStepHeader
(
PartBunch
&
bunch
,
const
std
::
map
<
std
::
string
,
double
>
&
additionalStepAttributes
)
{
bunch
.
calcBeamParameters
();
EnvelopeBunch
*
ebunch
=
static_cast
<
EnvelopeBunch
*>
(
&
bunch
);
ebunch
->
calcBeamParameters
();
double
actPos
=
ebunch
->
get_sPos
();
double
t
=
ebunch
->
getT
();
...
...
@@ -531,4 +530,4 @@ void H5PartWrapperForPS::dumpStashedPhaseSpaceEnvelope() {
WRITEDATA
(
Float64
,
file_m
,
"pz"
,
f64buffer
);
//rc = H5Fflush, file_m->file, rc = H5F_SCOPE_GLOBAL);
}
}
\ No newline at end of file
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment