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
7a445d17
Commit
7a445d17
authored
Jul 22, 2015
by
Iakov Davydov
Browse files
fix fastcodeml output (may break BG/Q)
parent
c08a4777
Changes
1
Hide whitespace changes
Inline
Side-by-side
WriteResults.cpp
View file @
7a445d17
...
...
@@ -60,7 +60,7 @@ 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: "
;
...
...
Iakov Davydov
@idavydov
mentioned in commit
f6f1895e
·
Dec 03, 2015
mentioned in commit
f6f1895e
mentioned in commit f6f1895ef6e4768dfa6fdbe25aa327b64ea36cd7
Toggle commit list
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