Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
phylo
fastcodeml
Commits
9c808087
Commit
9c808087
authored
Mar 11, 2016
by
omid
Browse files
some cosmetic changes
parent
e146c29f
Changes
1
Show whitespace changes
Inline
Side-by-side
fast.cpp
View file @
9c808087
...
...
@@ -617,6 +617,7 @@ int main(int aRgc, char **aRgv) {
if
(
cmd
.
mVerboseLevel
>=
VERBOSE_ONLY_RESULTS
)
{
std
::
cout
<<
std
::
endl
<<
"Final "
;
tree
.
printTreeAnnotated
(
std
::
cout
,
NULL
,
0
,
true
);
std
::
cout
<<
std
::
endl
;
tree
.
printTreeAnnotated
(
std
::
cout
,
NULL
,
0
,
true
,
false
);
}
}
...
...
@@ -636,6 +637,7 @@ int main(int aRgc, char **aRgv) {
std
::
cout
<<
std
::
endl
<<
"H1 Final "
;
tree
.
printTreeAnnotatedWithEstLens
(
std
::
cout
,
NULL
,
0
,
true
,
&
mVar
);
std
::
cout
<<
std
::
endl
;
tree
.
printTreeAnnotatedWithEstLens
(
std
::
cout
,
NULL
,
0
,
true
,
&
mVar
,
false
);
}
...
...
@@ -854,6 +856,7 @@ int main(int aRgc, char **aRgv) {
if
(
cmd
.
mVerboseLevel
>=
VERBOSE_ONLY_RESULTS
)
{
std
::
cout
<<
std
::
endl
<<
"Final "
;
tree
.
printTreeAnnotated
(
std
::
cout
,
NULL
,
0
,
true
);
std
::
cout
<<
std
::
endl
;
tree
.
printTreeAnnotated
(
std
::
cout
,
NULL
,
0
,
true
,
false
);
std
::
cout
<<
std
::
endl
;
}
...
...
@@ -873,6 +876,7 @@ int main(int aRgc, char **aRgv) {
std
::
cout
<<
std
::
endl
<<
"H1 Final "
;
tree
.
printTreeAnnotatedWithEstLens
(
std
::
cout
,
NULL
,
0
,
true
,
&
mVar
);
std
::
cout
<<
std
::
endl
;
tree
.
printTreeAnnotatedWithEstLens
(
std
::
cout
,
NULL
,
0
,
true
,
&
mVar
,
false
);
std
::
cout
<<
std
::
endl
;
...
...
Write
Preview
Supports
Markdown
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