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
9e8d7e8f
Commit
9e8d7e8f
authored
Mar 05, 2019
by
Reza ANSARI
Browse files
Correction de Timer mal place, Reza
parent
3b91a674
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
trkacxfit.cc
trkacxfit.cc
+2
-1
No files found.
trkacxfit.cc
View file @
9e8d7e8f
...
...
@@ -119,6 +119,8 @@ int main (int narg, char* arg[])
int
rc
=
0
;
try
{
SophyaInit
();
Timer
tm
(
"trkacxfit"
);
int
rcda
=
decode_args
(
narg
,
arg
);
if
(
rcda
)
return
rcda
;
...
...
@@ -202,7 +204,6 @@ int main (int narg, char* arg[])
cout
<<
" ---------- Summary 6 cross-correlations baseline fitting ---------- "
<<
endl
;
cxbfit
.
PrintFitSummary
(
ofs
);
Timer
tm
(
"trkacxfit"
);
}
// End of try bloc
catch
(
PThrowable
&
exc
)
{
cerr
<<
" trkacxfit.cc: Catched Exception (PThrowable)"
<<
(
string
)
typeid
(
exc
).
name
()
...
...
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