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
9d987114
Commit
9d987114
authored
Dec 23, 2018
by
Reza ANSARI
Browse files
Modif mineure pour contourner pb de comilation au CC, Reza 23/12/2018
parent
d0f9daf9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
trkacfit.cc
trkacfit.cc
+1
-1
No files found.
trkacfit.cc
View file @
9d987114
...
...
@@ -475,7 +475,7 @@ int do_p4_cxtrkfit(vector< vector<double> > & v_time_data, vector< vector< vecto
cout
<<
"... expected cross-cor for fitted params (and cadata) will be saved to file "
<<
outcheckfilenamecx
<<
endl
;
pox
=
new
POutPersist
(
outcheckfilenamecx
);
}
ofstream
ofr
(
outfilenamecx
);
ofstream
ofr
(
outfilenamecx
.
c_str
()
);
ofr
<<
"#### cross-cor phase fit (programme trkacfit.cc ) "
<<
endl
<<
"## NumCxCor Xi2red Phase err_Phase (deg) A0 err_A0 A1 err_A1 ..."
<<
endl
;
int
tot_npoints
=
0
;
...
...
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