aboutsummaryrefslogtreecommitdiff
path: root/biology/phyml/files/patch-src_phyrex.c
diff options
context:
space:
mode:
Diffstat (limited to 'biology/phyml/files/patch-src_phyrex.c')
-rw-r--r--biology/phyml/files/patch-src_phyrex.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/biology/phyml/files/patch-src_phyrex.c b/biology/phyml/files/patch-src_phyrex.c
deleted file mode 100644
index 661ee785dd32..000000000000
--- a/biology/phyml/files/patch-src_phyrex.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/phyrex.c.orig 2020-07-09 11:49:16 UTC
-+++ src/phyrex.c
-@@ -958,7 +958,7 @@ phydbl *PHYREX_MCMC(t_tree *tree)
- PHYREX_Label_Nodes_With_Locations(tree);
- PHYREX_Label_Edges(tree);
- char *s = Write_Tree(tree);
-- PhyML_Fprintf(fp_tree,"\ntree %d [&lnP=%f,precision={1.e-1,1e-02,1e-01}] = [&R] %s",tree->mcmc->sample_num,tree->c_lnL,s);
-+ PhyML_Fprintf(fp_tree,"\ntree %d [&lnP=%f,precision={1.e-1,1e-02,1e-01}] = [&R] %s",tree->mcmc->run,tree->c_lnL,s);
- PhyML_Fprintf(fp_tree,"\nend;");
- fseek(fp_tree,-5,SEEK_END);
- tree->write_tax_names = YES;