Revert push from stable (I forgot that pushing from stable overwrites current unstable changes)

This commit is contained in:
Eric Banks 2013-03-05 09:06:02 -05:00
parent a037423225
commit bbbaf9ad20
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ public class PairHMMIndelErrorModel {
if (previousHaplotypeSeen == null) {
//no need to reallocate arrays for each new haplotype, as length won't change
pairHMM.initialize(X_METRIC_LENGTH, Y_METRIC_LENGTH);
pairHMM.initialize(Y_METRIC_LENGTH, X_METRIC_LENGTH);
}
int startIndexInHaplotype = 0;