Skip to content

Commit

Permalink
Transfer to cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaneguindon committed Sep 20, 2024
1 parent a79e731 commit 2adf9b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mcmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -14210,8 +14210,8 @@ void MCMC_PHYREX_Node_Velocity_Pre(t_node *a, t_node *d, t_tree *tree)
VELOC_Update_Lk_Location_Down(a,d,tree);
}

// new_glnL = LOCATION_Lk(d,tree);
new_glnL = LOCATION_Lk(NULL,tree); /* !!!!!!!!!!!!!!!!! */
new_glnL = LOCATION_Lk(d,tree);
// new_glnL = LOCATION_Lk(NULL,tree); /* !!!!!!!!!!!!!!!!! */

// PhyML_Printf("\n. a: %3d d: %3d (%d%d%d) hr: %13f cur_glnL: %13f new_glnL: %13f vel: %12f %12f lnLv(%13f %13f) lnLl(%13f %13f) VEL down:(%13f %13f) up:(%13f %13f) dt: %f",
// a ? a->num : -1, d->num,
Expand Down

0 comments on commit 2adf9b8

Please sign in to comment.