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
fe09a5b6
Commit
fe09a5b6
authored
Mar 09, 2015
by
Adelmann Andreas
Browse files
Make optPilot happy
parent
a2996d87
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/Structure/DataSink.cpp
src/Structure/DataSink.cpp
+3
-3
No files found.
src/Structure/DataSink.cpp
View file @
fe09a5b6
...
...
@@ -2260,8 +2260,8 @@ void DataSink::writeSDDSHeader(ofstream &outputFile,
}
for
(
size_t
i
=
0
;
i
<
losses
.
size
();
++
i
)
{
outputFile
<<
"&column name="
<<
losses
[
i
].
first
<<
"
losses
, type=long, units=1, "
;
outputFile
<<
"description=
\"
"
<<
columnStart
++
<<
" "
<<
losses
[
i
].
second
<<
"
losses
\"
&end"
<<
endl
;
outputFile
<<
"&column name="
<<
losses
[
i
].
first
<<
", type=long, units=1, "
;
outputFile
<<
"description=
\"
"
<<
columnStart
++
<<
" "
<<
losses
[
i
].
second
<<
"
\"
&end"
<<
endl
;
}
outputFile
<<
"&data mode=ascii &end"
<<
endl
;
...
...
@@ -2895,4 +2895,4 @@ void DataSink::setOPALt() {
/***************************************************************************
* $RCSfile: DataSink.cpp,v $ $Author: adelmann $
* $Revision: 1.3 $ $Date: 2004/06/02 19:38:54 $
***************************************************************************/
\ 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