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-edelen_a
src
Commits
0858f2c8
Commit
0858f2c8
authored
Oct 20, 2018
by
kraus
Browse files
fixing typo
parent
0fdb257d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/Classic/Structure/LossDataSink.cpp
src/Classic/Structure/LossDataSink.cpp
+1
-1
src/Structure/DataSink.cpp
src/Structure/DataSink.cpp
+1
-1
No files found.
src/Classic/Structure/LossDataSink.cpp
View file @
0858f2c8
...
...
@@ -897,7 +897,7 @@ void LossDataSink::writeStatistics() {
<<
indent
<<
"name=ypy,
\n
"
<<
indent
<<
"type=double,
\n
"
<<
indent
<<
"units=1,
\n
"
<<
indent
<<
"description=
\"
29 Correlation ypy
y
\"\n
"
<<
indent
<<
"description=
\"
29 Correlation ypy
\"\n
"
<<
"&end
\n
"
;
statOut
<<
"&column
\n
"
<<
indent
<<
"name=zpz,
\n
"
...
...
src/Structure/DataSink.cpp
View file @
0858f2c8
...
...
@@ -790,7 +790,7 @@ void DataSink::writeSDDSHeader(std::ofstream &outputFile,
<<
indent
<<
"name=ypy,
\n
"
<<
indent
<<
"type=double,
\n
"
<<
indent
<<
"units=1,
\n
"
<<
indent
<<
"description=
\"
28 Correlation ypy
y
\"\n
"
<<
indent
<<
"description=
\"
28 Correlation ypy
\"\n
"
<<
"&end
\n
"
;
outputFile
<<
"&column
\n
"
<<
indent
<<
"name=zpz,
\n
"
...
...
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