Index: branches/2020Q3/biology/paml/files/patch-src_paml.h =================================================================== --- branches/2020Q3/biology/paml/files/patch-src_paml.h (nonexistent) +++ branches/2020Q3/biology/paml/files/patch-src_paml.h (revision 545561) @@ -0,0 +1,14 @@ +--- src/paml.h.orig 2020-08-20 16:14:50 UTC ++++ src/paml.h +@@ -372,9 +372,9 @@ void copySptree(void); + void printSptree(void); + + +-enum {BASEseq=0, CODONseq, AAseq, CODON2AAseq, BINARYseq, BASE5seq} SeqTypes; ++enum SeqTypes {BASEseq=0, CODONseq, AAseq, CODON2AAseq, BINARYseq, BASE5seq}; + +-enum {PrBranch=1, PrNodeNum=2, PrLabel=4, PrNodeStr=8, PrAge=16, PrOmega=32} OutTreeOptions; ++enum OutTreeOptions {PrBranch=1, PrNodeNum=2, PrLabel=4, PrNodeStr=8, PrAge=16, PrOmega=32}; + + + /* use mean (0; default) for discrete gamma instead of median (1) */ Property changes on: branches/2020Q3/biology/paml/files/patch-src_paml.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2020Q3 =================================================================== --- branches/2020Q3 (revision 545560) +++ branches/2020Q3 (revision 545561) Property changes on: branches/2020Q3 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r545542