Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
OPAL
src
Commits
006d3949
Commit
006d3949
authored
Feb 18, 2020
by
kraus
Browse files
a few columns are values between -1 and 1. Fix precision.
parent
b094d1aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/Structure/ElementPositionWriter.cpp
src/Structure/ElementPositionWriter.cpp
+3
-3
No files found.
src/Structure/ElementPositionWriter.cpp
View file @
006d3949
...
...
@@ -29,7 +29,7 @@ void ElementPositionWriter::fillHeader() {
"1"
,
"dipole field present"
,
std
::
ios_base
::
fixed
,
0
);
4
);
columns_m
.
addColumn
(
"quadrupole"
,
"float"
,
"1"
,
...
...
@@ -41,13 +41,13 @@ void ElementPositionWriter::fillHeader() {
"1"
,
"sextupole field present"
,
std
::
ios_base
::
fixed
,
0
);
1
);
columns_m
.
addColumn
(
"octupole"
,
"float"
,
"1"
,
"octupole field present"
,
std
::
ios_base
::
fixed
,
0
);
2
);
columns_m
.
addColumn
(
"decapole"
,
"float"
,
"1"
,
...
...
kraus
@kraus
mentioned in commit
07a0788e
·
Feb 18, 2020
mentioned in commit
07a0788e
mentioned in commit 07a0788ed7436385df85cfc94fab142159e6b500
Toggle commit list
kraus
@kraus
mentioned in merge request
!285 (merged)
·
Feb 18, 2020
mentioned in merge request
!285 (merged)
mentioned in merge request !285
Toggle commit list
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