Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
BAORadio
AnaPAON4
Commits
f65f9ea7
Commit
f65f9ea7
authored
Jun 05, 2018
by
Jean-Eric Campagne
Browse files
avoid C++11... due to old gcc at bao machine
parent
8cad91af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
AnaFringes/postFringeV3.cc
AnaFringes/postFringeV3.cc
+1
-1
No files found.
AnaFringes/postFringeV3.cc
View file @
f65f9ea7
...
...
@@ -252,7 +252,7 @@ void TransformFitData(GeneralFitData& data, std::string tag=""){
{
string
outputDir
=
param
.
outputDir
;
string
fNaneDbg
=
outputDir
+
"/redpts-"
+
tag
+
".txt"
;
ofstream
ofsDbg
(
fNaneDbg
);
ofstream
ofsDbg
(
fNaneDbg
.
c_str
()
);
for
(
int
ib
=
0
;
ib
<
x
.
size
();
ib
++
){
ofsDbg
<<
x
[
ib
]
<<
" "
<<
y
[
ib
]
<<
endl
;
}
...
...
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