OpenMP improvements
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1479 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
c7925634ee
commit
39e404d39c
4 changed files with 217 additions and 31 deletions
|
|
@ -43,7 +43,8 @@ public:
|
|||
}
|
||||
else
|
||||
{
|
||||
ProbMatrix *new_prob_matrix = new ProbMatrix(model, branchlength);
|
||||
ProbMatrix *new_prob_matrix;
|
||||
new_prob_matrix = new ProbMatrix(model, branchlength);
|
||||
new_prob_matrix->init();
|
||||
container[branchlength] = new_prob_matrix;
|
||||
return *new_prob_matrix;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue