Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ext-piot_p
src
Commits
6bbc8902
Commit
6bbc8902
authored
Aug 22, 2022
by
Philippe Piot
Browse files
fixed m*2 to m**2 unitsfor some element of beam matrix
parent
b1829699
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/Structure/StatWriter.cpp
src/Structure/StatWriter.cpp
+2
-2
No files found.
src/Structure/StatWriter.cpp
View file @
6bbc8902
...
...
@@ -153,7 +153,7 @@ void StatWriter::fillHeader(const losses_t &losses) {
columns_m
.
addColumn
(
"S12"
,
"double"
,
"m"
,
"element 1,2 of 6D beam matrix"
);
columns_m
.
addColumn
(
"S13"
,
"double"
,
"m**2"
,
"element 1,3 of 6D beam matrix"
);
columns_m
.
addColumn
(
"S14"
,
"double"
,
"m"
,
"element 1,4 of 6D beam matrix"
);
columns_m
.
addColumn
(
"S15"
,
"double"
,
"m*2"
,
"element 1,5 of 6D beam matrix"
);
columns_m
.
addColumn
(
"S15"
,
"double"
,
"m*
*
2"
,
"element 1,5 of 6D beam matrix"
);
columns_m
.
addColumn
(
"S16"
,
"double"
,
"m"
,
"element 1,6 of 6D beam matrix"
);
columns_m
.
addColumn
(
"S22"
,
"double"
,
"1"
,
"element 2,2 of 6D beam matrix"
);
columns_m
.
addColumn
(
"S23"
,
"double"
,
"m"
,
"element 2,3 of 6D beam matrix"
);
...
...
@@ -162,7 +162,7 @@ void StatWriter::fillHeader(const losses_t &losses) {
columns_m
.
addColumn
(
"S26"
,
"double"
,
"1"
,
"element 2,6 of 6D beam matrix"
);
columns_m
.
addColumn
(
"S33"
,
"double"
,
"m**2"
,
"element 3,3 of 6D beam matrix"
);
columns_m
.
addColumn
(
"S34"
,
"double"
,
"m"
,
"element 3,4 of 6D beam matrix"
);
columns_m
.
addColumn
(
"S35"
,
"double"
,
"m*2"
,
"element 3,5 of 6D beam matrix"
);
columns_m
.
addColumn
(
"S35"
,
"double"
,
"m*
*
2"
,
"element 3,5 of 6D beam matrix"
);
columns_m
.
addColumn
(
"S36"
,
"double"
,
"m"
,
"element 3,6 of 6D beam matrix"
);
columns_m
.
addColumn
(
"S44"
,
"double"
,
"1"
,
"element 4,4 of 6D beam matrix"
);
columns_m
.
addColumn
(
"S45"
,
"double"
,
"m"
,
"element 4,5 of 6D beam matrix"
);
...
...
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