Skip to content

Commit 2eee4c8

Browse files
author
Michael Nelson
committed
One last PoPoolationTE fix
1 parent ec2e45f commit 2eee4c8

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

scripts/TEInsert.patch

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--- TEInsert.pm 2012-01-27 09:30:15.000000000 +0000
2-
+++ TEInsert.pm.fixed 2015-03-20 23:30:30.912995797 +0000
2+
+++ TEInsert.pm.fixed 2015-03-21 18:44:05.000000000 +0000
33
@@ -45,13 +45,13 @@
44
$popfreq=($fpopfreq+$rpopfreq)/2 if(defined($fpopfreq) and defined($rpopfreq));
55
$sitesupport="FR";
@@ -16,7 +16,15 @@
1616
{
1717
$popfreq=$rpopfreq;
1818
$sitesupport="R";
19-
@@ -230,4 +230,4 @@
19+
@@ -224,10 +224,11 @@
20+
}
21+
else
22+
{
23+
- die "impossible";
24+
+ return undef;
25+
+ #die "impossible";
26+
}
27+
2028
}
2129

2230
}

scripts/TEInsertUtility.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--- TEInsertUtility.pm 2012-01-27 09:30:15.000000000 +0000
2-
+++ TEInsertUtility.pm.fixed 2015-03-20 23:30:30.919853536 +0000
2+
+++ TEInsertUtility.pm.fixed 2015-03-21 10:40:36.000000000 +0000
33
@@ -78,10 +78,10 @@
44
$roverlap eq "-"and $roverlap=undef;
55

0 commit comments

Comments
 (0)