Skip to content
GitLab
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
f6f1895e
Commit
f6f1895e
authored
Dec 03, 2015
by
Iakov Davydov
Browse files
fix fastcodeml output (redo
7a445d17
)
parent
a7c7aee6
Changes
1
Hide whitespace changes
Inline
Side-by-side
WriteResults.cpp
View file @
f6f1895e
...
...
@@ -61,8 +61,8 @@ void WriteResults::outputResults(void) {
ims
=
mParamStr
[
0
].
find
(
branch
);
// This output does not work on BG/Q.
//
out << std::endl
<< std::fixed <<"Branch lengths:" << ims->second <<
//
std::endl;
out
<<
std
::
endl
<<
std
::
fixed
<<
"Branch lengths:"
<<
ims
->
second
<<
std
::
endl
;
}
out
<<
" LnL1: "
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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