File: fix_encoding.patch

package info (click to toggle)
beast-mcmc 1.10.4%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 43,964 kB
  • sloc: java: 335,096; xml: 71,681; ansic: 3,363; fortran: 2,323; sh: 297; python: 106; makefile: 80; cpp: 25
file content (13 lines) | stat: -rw-r--r-- 398 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
Author: Andreas Tille <tille@debian.org>
Last-Update: Sat, 18 Jul 2015 18:14:37 +0200
Description: Fix encoding issue

--- a/src/dr/app/beauti/components/discrete/DiscreteTraitsComponentGenerator.java
+++ b/src/dr/app/beauti/components/discrete/DiscreteTraitsComponentGenerator.java
@@ -716,4 +716,4 @@ public class DiscreteTraitsComponentGene
         }
     }
 
-}
\ No newline at end of file
+}