Functions for the GTR evolutionary sequence model
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1587 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
18ad6927d2
commit
274422a8a7
1 changed files with 1 additions and 1 deletions
|
|
@ -422,7 +422,7 @@ void LikelihoodCalculator::calculate_node_partial( node father, node son, edge e
|
|||
int r,i,j;
|
||||
//unsigned char l;
|
||||
register int seqlen = tree_ptr->number_of_positions();
|
||||
#pragma omp parallel for
|
||||
//#pragma omp parallel for
|
||||
for(int k=0; k<seqlen;k++)
|
||||
{
|
||||
long index = k*nrates*4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue