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
6c0465ca
Commit
6c0465ca
authored
Aug 22, 2016
by
oshahmir
Browse files
issue with -i1
parent
f08ea9c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
fast.cpp
View file @
6c0465ca
...
...
@@ -274,6 +274,12 @@ int main(int aRgc, char **aRgv) {
if
(
cmd
.
mSeed
==
0
)
cmd
.
mSeed
=
static_cast
<
unsigned
int
>
(
time
(
NULL
));
#endif
if
((
cmd
.
mFixedBranchLength
)
and
(
cmd
.
mInitH0fromH1
))
{
std
::
cout
<<
" Either remove -bl option or remove -i1 option. Setting both at the same time is not supported !"
<<
std
::
endl
;
return
0
;
}
// srand(cmd.mSeed); // fastcodeml seed
SetSeedCodeml
(
cmd
.
mSeed
,
0
);
// codeml seed is 1
...
...
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