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
888258e9
Commit
888258e9
authored
Mar 11, 2016
by
omid
Browse files
corrected version for printing final tree
parent
bf5c996a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Newick.h
View file @
888258e9
...
...
@@ -62,6 +62,7 @@ public:
/// @param[in] aInternalBranch Internal branch identifier to annotate the
/// current branch.
/// @param[in] whether leaves should be labeled or not.
/// @param[in] whether branch numbers should be shown or not.
///
/// @return The new branch id
///
...
...
@@ -80,6 +81,7 @@ public:
/// @param[in] whether leaves should be labeled or not.
/// @param[in] array of branch lengths after estimation to be labeled in the
/// tree.
/// @param[in] whether branch numbers should be shown or not.
///
/// @return The new branch id
///
...
...
PhyloTree.h
View file @
888258e9
...
...
@@ -61,12 +61,13 @@ public:
/// @param[in] aInternalBranch Internal branch identifier to annotate the
/// current branch.
/// @param[in] whether branch leaves should be considered or not
/// @param[in] whether branch numbers should be printed or not
///
/// @return The new internal branch id
///
virtual
int
printTreeAnnotated
(
std
::
ostream
&
aOut
,
TreeNode
*
aNode
=
NULL
,
int
aInternalBranch
=
0
,
bool
wLeaves
=
false
)
const
=
0
;
bool
wLeaves
=
false
,
bool
bNumber
=
true
)
const
=
0
;
/// Return the list of species.
///
...
...
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