Skip to content

Commit

Permalink
Removed CALL and TIME in utilities.h
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaneguindon committed Jul 11, 2020
1 parent 62d9596 commit 4041b60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lk.c
Original file line number Diff line number Diff line change
Expand Up @@ -602,8 +602,6 @@ phydbl Lk(t_edge *b, t_tree *tree)

p_lk_left = b->p_lk_left;
p_lk_rght = b->rght->tax ? b->p_lk_tip_r : b->p_lk_rght;

CALL++;


for(site=0;site<npatterns;++site)
Expand Down
2 changes: 2 additions & 0 deletions src/mcmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -9143,6 +9143,8 @@ void MCMC_PHYREX_Ldsk_Given_Disk(t_tree *tree)
ratio = exp(ratio);
alpha = MIN(1.,ratio);

if(disk->prev == NULL) PhyML_Printf("\n. new: %f cur:%f hr: %f",new_glnL,cur_glnL,hr);

u = Uni();

assert(isnan(u) == NO && isinf(fabs(u)) == NO);
Expand Down

0 comments on commit 4041b60

Please sign in to comment.